summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gtkdoc/gobject/gtypes.c.xml
blob: 17d23562b01a0ae3f8c39603192afdbf7f1e1006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>

<tests xmlns="http://schemas.gnome.org/gobject-introspection/2013/test">

<test>
  <input>/**
 * SECTION:types
 * @title: GtkdocTypes
 * @short_description: other gobject types for gtk-doc unit test
 * @see_also: #GtkdocObject, #GtkdocIface
 *
 * This file contains non-sense code for the sole purpose of testing the docs.
 */</input>
  <parser>
    <docblock>
      <identifier>
        <name>SECTION:types</name>
      </identifier>
      <parameters>
        <parameter>
          <name>title</name>
          <description>GtkdocTypes</description>
        </parameter>
        <parameter>
          <name>short_description</name>
          <description>other gobject types for gtk-doc unit test</description>
        </parameter>
        <parameter>
          <name>see_also</name>
          <description>#GtkdocObject, #GtkdocIface</description>
        </parameter>
      </parameters>
      <description>This file contains non-sense code for the sole purpose of testing the docs.</description>
    </docblock>
  </parser>
  <output>/**
 * SECTION:types
 * @title: GtkdocTypes
 * @short_description: other gobject types for gtk-doc unit test
 * @see_also: #GtkdocObject, #GtkdocIface
 *
 * This file contains non-sense code for the sole purpose of testing the docs.
 */</output>
</test>

</tests>