summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gtkdoc/annotations/tester.h.xml
blob: b79e1bcd65030a42aadaefd1e3377524f01674c9 (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
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <commentblock>/**
 * GtkdocAnnotation:
 * @that: (allow-none): eventualy points to something
 *
 * small struct
 */</commentblock>
  <docblock>
    <identifier>
      <name>GtkdocAnnotation</name>
    </identifier>
    <parameters>
      <parameter>
        <name>that</name>
        <annotations>
          <annotation>
            <name>allow-none</name>
          </annotation>
        </annotations>
        <description>eventualy points to something</description>
      </parameter>
    </parameters>
    <description>small struct</description>
  </docblock>
</test>

</tests>