Currently UMLdoc generates output for the following javadoc tags, all unknown tags are skipped and do not produce output.
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.
Adds a comment indicating that this API should no longer be used (even though it may continue to work).
Adds an exception description to the method documentation.
Inserts an in-line link with visible text that points to the documentation for the specified package, class, or member name of a referenced class.
Adds a parameter description to the method documentation.
Adds a return parameter description to the method documentation.
Adds a "See Also" heading with a link or text entry that points to a reference.
Adds a comment indicating a default serializable field. The optional description should explain the meaning of the field and list the acceptable values.
Documents the sequences and types of data written by the writeObject method and all data written by the Externalizable.writeExternal method.
Documents an ObjectStreamField component of a Serializable class' serialPersistentFields member.
Adds a description indicating that this change or feature has existed since the software release specified.
Adds a version to the method documentation. A doc comment may contain at most one @version tag.