1 <?xml version="1.0" encoding="UTF-8"?>
7 Identifier part not on the first line.
17 Multiple identifier parts
22 * @short_description: the application class
24 * The application class handles ...
28 <name>SECTION:meepapp</name>
32 <name>short_description</name>
33 <description>the application class</description>
36 <description>SECTION:meepapp2
37 The application class handles ...</description>
43 Section documentation including all optional metadata.
47 * @short_description: the application class
48 * @title: Meep application
50 * @see_also: #MeepSettings
52 * @include: meep/app.h
53 * @image: application.png
55 * The application class handles ...
59 <name>SECTION:meepapp</name>
63 <name>short_description</name>
64 <description>the application class</description>
68 <description>Meep application</description>
71 <name>section_id</name>
75 <description>#MeepSettings</description>
78 <name>stability</name>
79 <description>Stable</description>
83 <description>meep/app.h</description>
87 <description>application.png</description>
90 <description>The application class handles ...</description>
96 Broken comment block with empty line between identifier and parameters parts.
101 * @short_description: the application class
102 * @title: Meep application
104 * @see_also: #MeepSettings
106 * @include: meep/app.h
107 * @image: application.png
109 * The application class handles ...
113 <name>SECTION:meepapp</name>
117 <name>short_description</name>
118 <description>the application class</description>
122 <description>Meep application</description>
125 <name>section_id</name>
128 <name>see_also</name>
129 <description>#MeepSettings</description>
132 <name>stability</name>
133 <description>Stable</description>
137 <description>meep/app.h</description>
141 <description>application.png</description>
144 <description>The application class handles ...</description>
150 Broken comment block with description part before parameters part, without empty line.
155 * The application class handles ...
156 * @short_description: the application class
157 * @title: Meep application
159 * @see_also: #MeepSettings
161 * @include: meep/app.h
162 * @image: application.png
166 <name>SECTION:meepapp</name>
170 <name>short_description</name>
171 <description>the application class</description>
175 <description>Meep application</description>
178 <name>section_id</name>
181 <name>see_also</name>
182 <description>#MeepSettings</description>
185 <name>stability</name>
186 <description>Stable</description>
190 <description>meep/app.h</description>
194 <description>application.png</description>
197 <description>The application class handles ...</description>
203 Broken comment block with description part before parameters part, with empty line.
208 * The application class handles ...
210 * @short_description: the application class
211 * @title: Meep application
213 * @see_also: #MeepSettings
215 * @include: meep/app.h
216 * @image: application.png
220 <name>SECTION:meepapp</name>
224 <name>short_description</name>
225 <description>the application class</description>
229 <description>Meep application</description>
232 <name>section_id</name>
235 <name>see_also</name>
236 <description>#MeepSettings</description>
239 <name>stability</name>
240 <description>Stable</description>
244 <description>meep/app.h</description>
248 <description>application.png</description>
251 <description>The application class handles ...</description>
257 Old style implicit returns.
258 https://bugzilla.gnome.org/show_bug.cgi?id=457077
262 * @short_description: module for gtk-doc unit test
264 * This file contains non-sense code for the sole purpose of testing the docs.
266 * As described in http://bugzilla.gnome.org/show_bug.cgi?id=457077 it
271 <name>SECTION:tester</name>
275 <name>short_description</name>
276 <description>module for gtk-doc unit test</description>
279 <description>This file contains non-sense code for the sole purpose of testing the docs.
281 As described in http://bugzilla.gnome.org/show_bug.cgi?id=457077 it
282 returns nothing.</description>