giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / tests / scanner / annotationparser / gtkdoc / annotations / tester.h.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <tests>
4
5 <test>
6   <commentblock>/**
7  * GtkdocAnnotation:
8  * @that: (allow-none): eventualy points to something
9  *
10  * small struct
11  */</commentblock>
12   <docblock>
13     <identifier>
14       <name>GtkdocAnnotation</name>
15     </identifier>
16     <parameters>
17       <parameter>
18         <name>that</name>
19         <annotations>
20           <annotation>
21             <name>allow-none</name>
22           </annotation>
23         </annotations>
24         <description>eventualy points to something</description>
25       </parameter>
26     </parameters>
27     <description>small struct</description>
28   </docblock>
29 </test>
30
31 </tests>