> Anyone got a neat way of removing or *not* generating everything below
> 'method summary' for each class/interface.
If you have Perl on your system run the command
perl -ni.bak -e "print unless
(/ DETAIL ====/../START OF BOTTOM NAVBAR/)" ClassPage.html
on each HTML class page. This works for files generated by javadoc
build 1.5.0_06; you may have to tweak it for different versions by
looking at the comments in the HTML source.

Signature
Diomidis Spinellis
Code Quality: The Open Source Perspective (Addison-Wesley 2006)
http://www.spinellis.gr/codequality?cljp