javadoc

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Athena

javadoc

Post by Athena »

I am wondering how to run javadoc somehow.
Where does this go?

javadoc -private -d html -author ????.java
Michael Schneider

Re: javadoc

Post by Michael Schneider »

Add a new tool for it in the Textpad settings. Copy the settings from java compile (parameter, folder, regular expression etc.). Then just add the javadoc parameters you need to the parameter line.

MS
Post Reply