summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_value.xml
blob: 4a1a0785be2b0831b30f4516711d8c4c8b22818b (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
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <!--
  "Value:" tag syntax
  -->
  <commentblock>/**
 * ANNOTATION_CALCULATED_LARGE:
 *
 * Constant to define a calculated large value
 *
 * Value: 10000000000UL
 */</commentblock>
  <docblock>
    <identifier>
      <name>ANNOTATION_CALCULATED_LARGE</name>
    </identifier>
    <description>Constant to define a calculated large value</description>
    <tags>
      <tag>
       <name>value</name>
       <description>10000000000UL</description>
      </tag>
    </tags>
  </docblock>
</test>

</tests>