summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/tag_description.xml
blob: 75860f60a83b7feae46fba46775154228b4ce577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <commentblock>/**
 * shiny_function:
 *
 * Description: This is a callback with a 'closure' argument that is not named
 * 'user_data' and hence has to be annotated.
 **/</commentblock>
  <docblock>
    <identifier>
      <name>shiny_function</name>
    </identifier>
    <description>This is a callback with a 'closure' argument that is not named
'user_data' and hence has to be annotated.</description>
  </docblock>
</test>

</tests>