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

stddoclet: Some generated HTML files are missing <!DOCTYPE> and <HTML> tags

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 1.4.0
    • tools

      javadoc generates String.html and Thread.html files without the <!DOCTYPE>
      <!--NewPage--> and <HTML> start tags. (There may be other classes, but those
      are the only ones in java.lang)

      For example, java.lang.String.html starts off like this:

      <HEAD>
      <!-- Generated by javadoc on Sat Jan 05 05:34:59 PST 2002 -->
      <TITLE>
      String (Java 2 Platform SE v1.4.0)
      </TITLE>
      <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css"
      TITLE="Style">
      </HEAD>

      It should have these four lines ahead of <HEAD>:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
      Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
      <!--NewPage-->
      <HTML>

            dkramersunw Douglas Kramer (Inactive)
            dkramersunw Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: