Re: RFR: JDK-8181878: javadoc should support/ignore --add-opens

2018-01-11 Thread Kumar Srinivasan
Looks good. Kumar Please review a simple change to javadoc, to accept and ignore --add-opens. This brings javadoc into line with the module-related options supported by java and javac. The option is simply delegated to javac, for it to handle (ignore) the option. Like javac, the option is

RFR: JDK-8181878: javadoc should support/ignore --add-opens

2018-01-10 Thread Jonathan Gibbons
Please review a simple change to javadoc, to accept and ignore --add-opens. This brings javadoc into line with the module-related options supported by java and javac. The option is simply delegated to javac, for it to handle (ignore) the option. Like javac, the option is undocumented/hidden. T