[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] Overview.html not included in generated javadoc
|
Using Eclipse 3.3 with C:\java\jdk1.5.0_12\bin\javadoc.exe
I'm using the project -> generate javadoc... menu to generae my docs.
I have an overview.html file in my project. I have checked the overview
option and specified the overview.html file in the file name input box (I
used browse button to locate the file).
My overview.html is pretty simple:
<html>
<head><title>title info</title></head>
<body>some text</body>
</html>
The generated javadocs do *not* include the text of the overview.html file.
What am I doing wrong?
Michael