RFR: JDK-8235306: Support doc-comment tags that can be inline or block tags

2019-12-05 Thread Jonathan Gibbons
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

Re: RFR [14] 8235435: Remove (obsolete) @author info from javadoc source and tests

2019-12-05 Thread Jonathan Gibbons
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

RFR [14] 8235435: Remove (obsolete) @author info from javadoc source and tests

2019-12-05 Thread Pavel Rappo
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 CSR: JDK-8235307 Support doc-comment tags that can be inline or block tags

2019-12-05 Thread Jonathan Gibbons
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