summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/tag_since.xml
blob: 2bd8c5c2b392eec2e66d323386b8d568acec8bd6 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <commentblock>/**
 * annotation_versioned:
 *
 * Since: 0.6
 **/</commentblock>
  <docblock>
    <identifier>
      <name>annotation_versioned</name>
    </identifier>
    <tags>
      <tag>
        <name>since</name>
        <description>0.6</description>
      </tag>
    </tags>
  </docblock>
</test>

<test>
  <commentblock>/**
 * annotation_versioned:
 *
 * Since: this function is available since version 0.6
 **/</commentblock>
  <docblock>
    <identifier>
      <name>annotation_versioned</name>
    </identifier>
    <tags>
      <tag>
        <name>since</name>
        <description>this function is available since version 0.6</description>
      </tag>
    </tags>
  </docblock>
</test>

</tests>