Supported javadoc tags

Currently UMLdoc generates output for the following javadoc tags, all unknown tags are skipped and do not produce output.

@author [author name]

Adds the specified author name to the model element documentation, output is only produced if you have selected the Generate authors doc option in the UMLdoc code generation settings.

@param [param name] [description]

Adds a parameter description to the method documentation.

@return [description]

Adds a return parameter description to the method documentation.

@exception, @throws [exception type] [description]

Adds an exception description to the method documentation.