We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running UMLGraph using Maven plugin, errors are generated for the UMLGraph annotations. For the fix, see http://stackoverflow.com/questions/8653128/is-there-any-alternative-for-anotations-and-comments-in-umlgraph second answer on specifying tags in plugin. Add it to documentation.
The text was updated successfully, but these errors were encountered:
I noted that additionalparam tags do not work with the doclet, and maven-javadoc plugin version >= 3.0.0. Use additionalOption instead.
additionalparam
additionalOption
Here is an example of config : https://maven.apache.org/plugins/maven-javadoc-plugin/examples/alternate-doclet.html
Sorry, something went wrong.
No branches or pull requests
When running UMLGraph using Maven plugin, errors are generated for the UMLGraph annotations. For the fix, see http://stackoverflow.com/questions/8653128/is-there-any-alternative-for-anotations-and-comments-in-umlgraph second answer on specifying tags in plugin. Add it to documentation.
The text was updated successfully, but these errors were encountered: