Please review the implementation of a change to allow taglets to support
tags that can appear as both inline tags and block tags.
This is in parallel with the CSR review [1].
The core of the change is small, with a very small primary component,
and a related fixup that triggered a bunch of cle
Looks good to me.
Note that a blank line crept in TestHelpOption.java, that you may way to
remove before pushing the change.
* @summary Make sure that --help, -helpfile and -nohelp options work
correctly.
- * @author jamieh
+
* @library ../../lib
-- Jon
On 12/5/19 1:53 PM, Pavel Rap
Hello,
Please review the following change for
https://bugs.openjdk.java.net/browse/JDK-8235435:
http://cr.openjdk.java.net/~prappo/8235435/webrev.00/author.patch
This change removes occurrences of @author tags throughout the source files and
tests in Javadoc. It cleanly removes all the tag
Please review the following CSR, to allow an individual javadoc tag to
be used as either a block tag or an inline tag.
https://bugs.openjdk.java.net/browse/JDK-8235307
-- Jon