javadoc generates incorrect HTML code. There is no definition for anchors in the Header
an HTML file. Javadoc generates an HTML file with the anchor
<a name="_top_"></a> in the header section of the HTML file. It should not
Steps to reproduce
run javadoc on any java source code file.
The description field as copied from bug report 1247969 follows:
javadoc generates
<a name="_top_"></a>
within <head>...</head>.
This is incorrect HTML. It would be better if the construct were
placed right after <body>.
an HTML file. Javadoc generates an HTML file with the anchor
<a name="_top_"></a> in the header section of the HTML file. It should not
Steps to reproduce
run javadoc on any java source code file.
The description field as copied from bug report 1247969 follows:
javadoc generates
<a name="_top_"></a>
within <head>...</head>.
This is incorrect HTML. It would be better if the construct were
placed right after <body>.
- duplicates
-
JDK-1247969 javadoc generates invalid code
- Closed