[Biojava-l] JavaDoc API
Thomas Down
td2@sanger.ac.uk
Sun, 30 Sep 2001 10:20:37 +0100
On Sat, Sep 29, 2001 at 06:19:41PM +0200, Jan Burse wrote:
> Dear All
>
> I am also a Java developmer, I am impressed of your
> site. May I ask you the following question:
> In your JavaDoc of the API. How did you group the
> packages with different headers? What are the
> params to javadoc to do that?
You need the -group parameter of javadoc:
javadoc -d <dir> -group "Main" org.foo.package1:org.foo.package2 -group "Extras" org.foo.packageX <full_list_of_packages>
Hope this helps,
Thomas.