summaryrefslogtreecommitdiff
path: root/girepository/gipropertyinfo.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-02-13 14:20:51 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-13 14:20:51 +0000
commit549c53f3d4b7cfeed200363a4195d407d8ed64b7 (patch)
treed9b239426ec54ebb5da273e4fd132c4dd5128eb8 /girepository/gipropertyinfo.c
parent490347392d93d86a129241d4aaf821a6cf3c89b3 (diff)
downloadgobject-introspection-549c53f3d4b7cfeed200363a4195d407d8ed64b7.tar.gz
docs: Remove DocBook tags
We are still using gtk-doc, but gtk-doc uses Markdown these days, not DocBook.
Diffstat (limited to 'girepository/gipropertyinfo.c')
-rw-r--r--girepository/gipropertyinfo.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/girepository/gipropertyinfo.c b/girepository/gipropertyinfo.c
index 4a291a06..77bb1339 100644
--- a/girepository/gipropertyinfo.c
+++ b/girepository/gipropertyinfo.c
@@ -33,16 +33,9 @@
* @title: GIPropertyInfo
* @short_description: Struct representing a property
*
- * 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="GIBaseInfo">GIBaseInfo</link>
- * +----GIPropertyInfo
- * </synopsis>
- * </refsect1>
+ * GIPropertyInfo represents a property in a #GObject.
+ *
+ * A property belongs to either a #GIObjectInfo or a #GIInterfaceInfo.
*/
/**