-
Type:
Task
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: tools
-
None
-
In Review
-
generic
-
generic
JDK-8373922 introduces a new default method to interface `jdk.javadoc.doclet.Taglet` that makes it easier to build relative URLs to other documentation resources. There are three JDK build Taglets that can make use uf this new feature: JSpec.java, ToolGuide.java and SealedGraph.java.
For JSpec and ToolGuide, the change consists in undoing the changes inJDK-8373909 and replacing it with the new way to create relative URLs.
For the SealedGraph taglet, the change is a bit more involved as we have to change the directory structure/naming convention for SVG graphs for nested classes in order to be able to make use of the new feature.
For JSpec and ToolGuide, the change consists in undoing the changes in
For the SealedGraph taglet, the change is a bit more involved as we have to change the directory structure/naming convention for SVG graphs for nested classes in order to be able to make use of the new feature.
- relates to
-
JDK-8374044 Docs build fails: Cannot determine current path
-
- Resolved
-
-
JDK-8373909 JSpec and ToolGuide taglets use incorrect relative path
-
- Resolved
-
-
JDK-8373922 Enhance Taglet API to support relative URLs
-
- In Progress
-
- links to
-
Review(master)
openjdk/jdk/30120