summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_ref_func.xml
blob: 7850fc3f7550d4f67270be0c59f88202d8c863f0 (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>
  <!--
  "Ref func:" tag syntax
  -->
  <commentblock>/**
 * RegressTestFundamentalObject:
 *
 * This object tests regressions...
 *
 * Ref func: regress_test_fundamental_object_ref
 */</commentblock>
  <docblock>
    <identifier>
      <name>RegressTestFundamentalObject</name>
    </identifier>
    <description>This object tests regressions...</description>
    <tags>
      <tag>
        <name>ref func</name>
        <description>regress_test_fundamental_object_ref</description>
      </tag>
    </tags>
  </docblock>
</test>

</tests>