Integrated: JDK-8248863: Add search landing page to API documentation

2022-05-06 Thread Hannes Wallnöfer
On Wed, 13 Apr 2022 16:01:17 GMT, Hannes Wallnöfer wrote: > This is the second of two PRs to enhance JavaDoc search, it is based on the > first one (#8185). > > It adds a standalone search page (search.html) along with its own script file > (search-page.js). This PR is very similar to the last

RFR: JDK-8286338: suppress warnings about bad @author tags when author info is not generated.

2022-05-06 Thread Jonathan Gibbons
Please review a simple small change to `TagletManager`, to not report warnings about bad use of tags (such as `@author` and `@version`) when command-line options have not been given to enable the use of the tags in the output (i.e. the `-author` and the dreadfully-named `-version` option.) The

Re: RFR: JDK-8286338: suppress warnings about bad @author tags when author info is not generated.

2022-05-06 Thread Pavel Rappo
On Fri, 6 May 2022 22:06:17 GMT, Jonathan Gibbons wrote: > Please review a simple small change to `TagletManager`, to not report > warnings about bad use of tags (such as `@author` and `@version`) when > command-line options have not been given to enable the use of the tags in the > output (i.