DVT automatically selects between Javadoc and Natural Docs for each comment based on the syntax. If no syntax is detected, the comment will be rendered as it is.
Javadoc
Comments written in Javadoc will be formatted based on the following tags:
@author
@link
As links you can have: an object name, a file, a valid web URL. If you Ctrl+rightclick on a link that contains an object name, it should jump to its declaration.
@param
@return
@see
Works similar to @link, but it will be placed in a separate section at the bottom of the comment, named “See”.
@since
@version
Natural Docs
Comments written in Natural Docs will be formatted based on the following syntax:
The path can be either absolute, relative to the current file or relative to additional image locations.
The path can be either absolute, relative to the current file or relative to additional image locations. To specify additional image locations use dvt_natural_docs_image_locations directive.
As links you can have: an object name, a file, a valid web URL. If you Ctrl+rightclick on a link that contains an object name, it should jump to its declaration.
Comments Formatting
DVT automatically selects between Javadoc and Natural Docs for each comment based on the syntax. If no syntax is detected, the comment will be rendered as it is.
Javadoc
Comments written in Javadoc will be formatted based on the following tags:
@author
@link
As links you can have: an object name, a file, a valid web URL. If you Ctrl+right click on a link that contains an object name, it should jump to its declaration.
@param
@return
@see
Works similar to
@link
, but it will be placed in a separate section at the bottom of the comment, named “See”.@since
@version
Natural Docs
Comments written in Natural Docs will be formatted based on the following syntax:
The path can be either absolute, relative to the current file or relative to additional image locations.
The path can be either absolute, relative to the current file or relative to additional image locations. To specify additional image locations use
dvt_natural_docs_image_locations
directive.As links you can have: an object name, a file, a valid web URL. If you Ctrl+right click on a link that contains an object name, it should jump to its declaration.