-
Notifications
You must be signed in to change notification settings - Fork 2
vdldoc:since
Kyle Stiemann edited this page Aug 25, 2015
·
1 revision
The vdldoc:since
element can be used to display version information to
developers.
<tag>
...
<description>This is a:newTag.</description>
<tag-name>newTag</tag-name>
...
<tag-extension>
...
<vdldoc:since>2.2.6</vdldoc:since>
...
</tag-extension>
...
</tag>
<cc:interface shortDescription="This is a:newTag.">
...
<cc:extension>
...
<vdldoc:since value="2.2.6" />
...
</cc:extension>
...
</cc:interface>
...
Tag newTag
...
Since:
2.2.6
...