modifying contents of <title> tag

When I generate my javadocs, then view in a browser, the title just says "Generated Documentation (untitled)." I need to put my company name and the name of the API here. I know I could change the <title> tag post-process, but I'd rather make a change that works automtically each time the javadocs are generated.

Thanks much,

Paul

[365 byte] By [dewitt_runner] at [2007-9-26 2:41:48]
# 1

Use the -windowtitle option (for the window and bookmark text)

and -doctitle option (for the title in the document), as described at:

http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javadoc.html#doctitle

The window title is usually an abbreviation of the doc title.

If you omit -windowtitle, then -doctitle is used in both places.

-Doug Kramer

Javadoc team

dkramer at 2007-6-29 10:17:55 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...