Bug #13318
Tidy up libdtrace_jni javadoc
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
If, as discussed in #13315, we move to publishing javadoc rather than packaging it, we should make sure it's reasonably error free.
Specifically, for libdtrace_jni:
@inheritDoc should be inside {}
The docs.sun.com URLs don't work any more; we should use http://dtrace.org/guide/ (also in the Quick Start Guide)
It's not Solaris
And there are some typos that cause javadoc to complain
It is not the intention of this bug to fix all the warnings, that are usually related to missing javadoc comments for parameters
Updated by Peter Tribble 4 months ago
For testing: I've generated javadoc using both java 8 and java 11. This is
also available to view at
https://pkgs.tribblix.org/javadoc/8/dtrace/index.html
https://pkgs.tribblix.org/javadoc/11/dtrace/index.html