giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / tests / scanner / annotationparser / gi / tag_description.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <tests>
4
5 <test>
6   <commentblock>/**
7  * shiny_function:
8  *
9  * Description: This is a callback with a 'closure' argument that is not named
10  * 'user_data' and hence has to be annotated.
11  **/</commentblock>
12   <docblock>
13     <identifier>
14       <name>shiny_function</name>
15     </identifier>
16     <description>This is a callback with a 'closure' argument that is not named
17 'user_data' and hence has to be annotated.</description>
18   </docblock>
19 </test>
20
21 </tests>