| [news.eclipse.tools.jdt] Re: Overview.html not included in generated javadoc |
Michael Giroux wrote:
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).
Please file a bug report against JDT UI if this doesn't work.
Dani
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