summaryrefslogtreecommitdiff
path: root/girepository/giregisteredtypeinfo.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/giregisteredtypeinfo.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/giregisteredtypeinfo.c')
-rw-r--r--girepository/giregisteredtypeinfo.c21
1 files changed, 5 insertions, 16 deletions
diff --git a/girepository/giregisteredtypeinfo.c b/girepository/giregisteredtypeinfo.c
index 411b9b95..653befec 100644
--- a/girepository/giregisteredtypeinfo.c
+++ b/girepository/giregisteredtypeinfo.c
@@ -35,27 +35,16 @@
* @title: GIRegisteredTypeInfo
* @short_description: Struct representing a struct with a GType
*
- * GIRegisteredTypeInfo represents an entity with a GType associated. Could
- * be either a #GIEnumInfo, #GIInterfaceInfo, #GIObjectInfo, #GIStructInfo or a
- * #GIUnionInfo.
+ * GIRegisteredTypeInfo represents an entity with a GType associated.
+ *
+ * Could be either a #GIEnumInfo, #GIInterfaceInfo, #GIObjectInfo,
+ * #GIStructInfo or a #GIUnionInfo.
*
* A registered type info struct has a name and a type function.
+ *
* To get the name call g_registered_type_info_get_type_name().
* Most users want to call g_registered_type_info_get_g_type() and don't worry
* about the rest of the details.
- *
- * <refsect1 id="gi-giregisteredtypeinfo.struct-hierarchy" role="struct_hierarchy">
- * <title role="struct_hierarchy.title">Struct hierarchy</title>
- * <synopsis>
- * <link linkend="GIBaseInfo">GIBaseInfo</link>
- * +----GIRegisteredTypeInfo
- * +----<link linkend="gi-GIEnumInfo">GIEnumInfo</link>
- * +----<link linkend="gi-GIInterfaceInfo">GIInterfaceInfo</link>
- * +----<link linkend="gi-GIObjectInfo">GIObjectInfo</link>
- * +----<link linkend="gi-GIStructInfo">GIStructInfo</link>
- * +----<link linkend="gi-GIUnionInfo">GIUnionInfo</link>
- * </synopsis>
- * </refsect1>
*/
/**