@Documentation
The @Documentation annotation serves as a connector or link to more detailed background documentation about the component. It allows to reference other documents via a URL. Usually those documents reside on a public server or local hard drive as PDF, HTML, Docbook, or an other text document. The reference is provided as using different URL protocols such as http://..., https://..., file://....
Synopsis
@Documentation(<URL>)
arg - URL reference to more detailed documentation.
Type
Documentation Annotation
Scope
Subroutine
Example
! @Description("CSMLite Plant Component")
...
! @Documentation("http://www.icasa.net/modular/index.html")
...
! @Execute
SUBROUTINE Plant
...