From a member of the Forte team (TH):
Specifying an output directory for Javadoc files is documented in online help. Here is the relevant part:
You can specify an output directory for Javadoc files in two ways:
? Specify one output directory in which to generate all documentation.
? Request that the IDE ask for an output directory each time you generate
Javadoc documentation. This option enables you to store Javadoc
documentation in multiple directories.
To specify a single output directory:
1. From the main window, choose Tools Options.
2. In the Options window, expand Code Documentation Doclets.
3. Select Standard Doclet.
4. Set the value of the Destination property to the directory where you
want to generate the Javadoc documentation.
To be asked for a destination directory:
1. In the Options window, expand the Code Documentation node and select
the Documentation subnode.
2. Set the Ask for Destination Directory property to True.
I hope it helps.
-Doug Kramer
javadoc team