RFR: JDK-8264274: Block tags in overview.html are ignored

Jonathan Gibbons jjg at openjdk.java.net
Thu Aug 12 18:01:27 UTC 2021


On Thu, 12 Aug 2021 12:39:37 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> This is a simple fix to generate block tags in overview files specified by the `-overview` option. 
> 
> I added a protected `addOverviewTags` method in `AbstractOverviewIndexWriter` which is probably overkill but keeps things flexible and separated.

`src/` code looks good; `test/` code has a question...

test/langtools/jdk/javadoc/doclet/testOverview/TestOverview.java line 80:

> 78:                     <dd>
> 79:                     <ul class="see-list">
> 80:                     <li><a href="%1$sp1/C.html" title="class in p1"><code>C</code></a></li>

What's with the funky URL?

-------------

PR: https://git.openjdk.java.net/jdk/pull/5099


More information about the javadoc-dev mailing list