Element - annotation
The annotation element is a top-level element that defines an annotation.
Syntax:
|
If the annotation text is large and extends over several lines then child phrase elements can be used.
Phrase text can come from the value attribute or text nodes between the start and end phrase tag.
The options attribute can be used to insert spaces or new lines before and after the text value.
The options value is a comma-separated list of tokens.
Syntax:
|
Example
<annotation name="doc-help" icon="help" author="author" color="annotation">
<phrase options="na">This is help one line</phrase>
<phrase options="na" value="This is help two"/>
<phrase options="na">This is help three</phrase>
</annotation>