RFR: JDK-8234682: The order of @param in the generated docs should match the method signature
Hannes Wallnöfer
hannesw at openjdk.java.net
Wed Jan 12 17:16:27 UTC 2022
On Wed, 12 Jan 2022 17:04:04 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> > It would be helpful if the order of the @param tags in the source was matched the declaration.
> > Can a warning be generated if the @param tags are out of order?
>
> That seems like a good suggestion, for a different PR. The obvious place to implement such a warning would be in DocLint.
I filed an issue: https://bugs.openjdk.java.net/browse/JDK-8279931
-------------
PR: https://git.openjdk.java.net/jdk/pull/7046
More information about the javadoc-dev
mailing list