-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b07
This bug has been repurposed from being about HTML warnings in the JVM Tool Interface page to being about the make file used to generate the documentation for OpenJDK, the Components/Subcomponent were changed from hotspot/jvmti to infrastructure/build, the old description is preserved bellow
There is a missing `</a>` in `make/Docs.gmk` which is causing warnings in the generated HTML.
The warnings are all contained in the Draft header so they do not appear in the GA docs.
Old description :
In an attempt to make our documentation HTML compliant, we want to clean up all the warnings reported by tidy against our documentation.
Running tidy using the "-q -e --gnu-emacs true" options on specs/man/java.html gives the following specs/man/java.html
specs/jvmti.html
jvmti.html:52:470: Warning: missing </a> before <li>
jvmti.html:52:514: Warning: inserting implicit <ul>
jvmti.html:52:518: Warning: discarding unexpected <a>
jvmti.html:52:556: Warning: discarding unexpected </a>
jvmti.html:52:470: Warning: missing </a>
jvmti.html:52:420: Warning: missing </ul> before </nav>
jvmti.html:52:514: Warning: trimming empty <li>
There is a missing `</a>` in `make/Docs.gmk` which is causing warnings in the generated HTML.
The warnings are all contained in the Draft header so they do not appear in the GA docs.
Old description :
In an attempt to make our documentation HTML compliant, we want to clean up all the warnings reported by tidy against our documentation.
Running tidy using the "-q -e --gnu-emacs true" options on specs/man/java.html gives the following specs/man/java.html
specs/jvmti.html
jvmti.html:52:470: Warning: missing </a> before <li>
jvmti.html:52:514: Warning: inserting implicit <ul>
jvmti.html:52:518: Warning: discarding unexpected <a>
jvmti.html:52:556: Warning: discarding unexpected </a>
jvmti.html:52:470: Warning: missing </a>
jvmti.html:52:420: Warning: missing </ul> before </nav>
jvmti.html:52:514: Warning: trimming empty <li>
- links to
-
Commit(master) openjdk/jdk/59843f4a
-
Review(master) openjdk/jdk/20195