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

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

<test>
  <input>/**
 * GtkdocAnnotation:
 * @that: (allow-none): eventualy points to something
 *
 * small struct
 */</input>
  <parser>
    <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>
  </parser>
  <output>/**
 * GtkdocAnnotation:
 * @that: (allow-none): eventualy points to something
 *
 * small struct
 */</output>
</test>

</tests>