On Thu, 12 Aug 2021 12:39:37 GMT, Hannes Wallnöfer <hann...@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

Reply via email to