summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gtkdoc/empty/tester.c.xml
blob: c18e29fd72e14996348f7380df7d87fe8703f776 (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
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <commentblock><![CDATA[/**
 * SECTION:tester
 * @short_description: module for gtk-doc unit test
 *
 * This file contains non-sense code for the sole purpose of testing the docs.
 *
 * As described in http://bugzilla.gnome.org/show_bug.cgi?id=457077 it
 * returns nothing.
 */]]></commentblock>
  <docblock>
    <identifier>
      <name>SECTION:tester</name>
    </identifier>
    <parameters>
      <parameter>
        <name>short_description</name>
        <description>module for gtk-doc unit test</description>
      </parameter>
    </parameters>
    <description><![CDATA[This file contains non-sense code for the sole purpose of testing the docs.

As described in http://bugzilla.gnome.org/show_bug.cgi?id=457077 it
returns nothing.]]></description>
  </docblock>
</test>

<test>
  <commentblock>/**
 * test:
 * @a: arg
 *
 * lonely function
 */</commentblock>
  <docblock>
    <identifier>
      <name>test</name>
    </identifier>
    <parameters>
      <parameter>
        <name>a</name>
        <description>arg</description>
      </parameter>
    </parameters>
    <description>lonely function</description>
  </docblock>
 </test>

</tests>