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/gipropertyinfo.c | |
parent | 0f0d44b1de4e9629743796899ebfd89b59b71a16 (diff) | |
download | gobject-introspection-adfbff0516f8c020403ec02f688e179d9386397f.tar.gz |
[docs] Add struct hierarchy to each section
Diffstat (limited to 'girepository/gipropertyinfo.c')
-rw-r--r-- | girepository/gipropertyinfo.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/girepository/gipropertyinfo.c b/girepository/gipropertyinfo.c index d5cfe22d..9fe485c2 100644 --- a/girepository/gipropertyinfo.c +++ b/girepository/gipropertyinfo.c @@ -32,6 +32,14 @@ * * GIPropertyInfo represents a property. A property belongs to * either a #GIObjectInfo or a #GIInterfaceInfo. + * + * <refsect1 id="gi-gipropertyinfo.struct-hierarchy" role="struct_hierarchy"> + * <title role="struct_hierarchy.title">Struct hierarchy</title> + * <synopsis> + * <link linkend="gi-GIBaseInfo">GIBaseInfo</link> + * +----GIPropertyInfo + * </synopsis> + * </refsect1> */ /** |