We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Please use the javadoc "-use" option to include class-use pages when generating the JUnit Javadoc documentation.
Having that index of back-links to uses of classes and interfaces can be extremely helpful.
(See http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html#use and, for an example, see the "USE" link at the top of https://docs.oracle.com/javase/8/docs/api/java/security/MessageDigest.html and its target page https://docs.oracle.com/javase/8/docs/api/java/security/class-use/MessageDigest.html .)
The text was updated successfully, but these errors were encountered:
Sounds useful. Can you provide a pull request that adds it to the Maven build?
Sorry, something went wrong.
The maven plugin has this option, but we did not set it to true in order to cover same result with the Ant script.
true
@marcphilipp I hope we had to achieve this using maven plugin. I have updated pom.xml with #1051
Merge pull request #1051 from NarendraPathai/Issue1035
e4c92d4
PR to utilize 'use' option for cross-referencing javadoc pages #1035
Fixed by #1051.
No branches or pull requests
Please use the javadoc "-use" option to include class-use pages when generating the JUnit Javadoc documentation.
Having that index of back-links to uses of classes and interfaces can be extremely helpful.
(See
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html#use
and, for an example, see
the "USE" link at the top of
https://docs.oracle.com/javase/8/docs/api/java/security/MessageDigest.html
and its target page
https://docs.oracle.com/javase/8/docs/api/java/security/class-use/MessageDigest.html
.)
The text was updated successfully, but these errors were encountered: