Concerning that alleged problem of 'ignoring overview.html and package.html files' by custom doclets (including ours), we have published a detailed explanation for this, which you can read by the link:
www.filigirs.com | DocFlex/Javadoc | Documentation | FAQ | Troubleshooting | Missing overview and package summaries
As we regularly receive similar complaints (like Mr. @chester wrote here), we needed to address this misunderstanding specifically.
27-Jan-2012
P.S. Well. I don't care much that somebody thinks here that I am "-2" wrong. In fact, you guys do use our tools pretty well! And if someone negates my posts, it only shows that I do say something important even for them :) But anyway I suggest to you first, please explain what exactly you believe is wrong, and prove that with some solid facts at that!
@chester wrote:
AurigaDoclet generates very pretty PDFs, and I was able to make DocFlex
work also. However, both ignore my
overview.html and package.html files
(tried both inside and outside Maven -
the PDF will be a once-only thing,
since I'd rather have the HTMLs on the
long run).
In fact, neither overview.html nor package.html files are ever processed specifically by any Javadoc doclet! Rather those files are picked up automatically by the Javadoc core itself. Javadoc reads, parses and pre-processes the content of those files. Only after that that content is fed to a doclet. The doclet does not even know where all those descriptions come from.
So, you should not blame AurigaDoclet or DocFlex/Javadoc for your failure. They are just Javadoc doclets, that is Javadoc plug-ins.
Instead, you should know how to specify the overview.html and package.html files to Javadoc in general. That will work the same with any doclets you use (so long as Javadoc itself is involved).
The overview.html should be specified using -overview Javadoc command-line option. Read about this here: "http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html#overview"
The package.html should be placed simply in the corresponding package directory of your Java sources. It will be picked up there by Javadoc automatically. No specific command-line options/settings are needed for this!
Regards,
Leonid Rudy
www.docflex.com