diff options
author | Johan Dahlin <johan@gnome.org> | 2010-06-11 20:16:00 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-06-11 20:16:00 -0300 |
commit | adfbff0516f8c020403ec02f688e179d9386397f (patch) | |
tree | 92a5c41f8c6224ea0b9da79d289e2051ced07ae4 /girepository/giconstantinfo.c | |
parent | 0f0d44b1de4e9629743796899ebfd89b59b71a16 (diff) | |
download | gobject-introspection-adfbff0516f8c020403ec02f688e179d9386397f.tar.gz |
[docs] Add struct hierarchy to each section
Diffstat (limited to 'girepository/giconstantinfo.c')
-rw-r--r-- | girepository/giconstantinfo.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/girepository/giconstantinfo.c b/girepository/giconstantinfo.c index 551e73cd..4a3b838d 100644 --- a/girepository/giconstantinfo.c +++ b/girepository/giconstantinfo.c @@ -33,6 +33,14 @@ * GIConstantInfo represents a constant. A constant has a type associated * which can be obtained by calling g_constant_info_get_type() and a value, * which can be obtained by calling g_constant_info_get_value(). + * + * <refsect1 id="gi-giconstantinfo.struct-hierarchy" role="struct_hierarchy"> + * <title role="struct_hierarchy.title">Struct hierarchy</title> + * <synopsis> + * <link linkend="gi-GIBaseInfo">GIBaseInfo</link> + * +----GIConstantInfo + * </synopsis> + * </refsect1> */ |