You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

@Documentation #17060/HEAD / v10
Tags:  not added yet

@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
...