Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8336040

Missing closing anchor element in Docs.gmk

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 23
    • infrastructure
    • 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>

            nbenalla Nizar Benalla
            nbenalla Nizar Benalla
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: