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/gienuminfo.c | |
parent | 0f0d44b1de4e9629743796899ebfd89b59b71a16 (diff) | |
download | gobject-introspection-adfbff0516f8c020403ec02f688e179d9386397f.tar.gz |
[docs] Add struct hierarchy to each section
Diffstat (limited to 'girepository/gienuminfo.c')
-rw-r--r-- | girepository/gienuminfo.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/girepository/gienuminfo.c b/girepository/gienuminfo.c index ac8f0924..9ecbc2ab 100644 --- a/girepository/gienuminfo.c +++ b/girepository/gienuminfo.c @@ -33,6 +33,15 @@ * A GIEnumInfo represents an enumeration and a GIValueInfo struct represents a value * of an enumeration. The GIEnumInfo contains a set of values and a type * The GIValueInfo is fetched by calling g_enum_info_get_value() on a #GIEnumInfo. + * + * <refsect1 id="gi-gienuminfo.struct-hierarchy" role="struct_hierarchy"> + * <title role="struct_hierarchy.title">Struct hierarchy</title> + * <synopsis> + * <link linkend="gi-GIBaseInfo">GIBaseInfo</link> + * +----<link linkend="gi-GIRegisteredTypeInfo">GIRegisteredTypeInfo</link> + * +----GIEnumInfo + * </synopsis> + * </refsect1> */ /** |