I don't know what CL&F is. You can add your logo to -header,
-footer or -bottom. You can change the layout by modifying
the standard doclet source code, available at:
http://java.sun.com/j2se/javadoc/faq/index.html#sourcecode
There are no javadoc options for changing the layout
very much.
-Doug Kramer
Javadoc team
Actually, if you download the source for java it includes the source for javadocs. There you can get the code for the standard doclet. From that, change all the package statements to your own and you can make a custom built JavaDoc. That is what I do to add cutomizations. With that you can have any layout you want, including custom proprietary tags.
If you're willing to move up to 1.4.0, it has new -tag and -taglet
options that support custom tags.
Also, please be advised of our proposed changes to the standard
doclet code in another topic in this forum:
### Possible refactoring of standard doclet implementation
http://forum.java.sun.com/thread.jsp?forum=41&thread=262385
We've received no comments yet on this topic.
-Doug Kramer
Javadoc team