From: Martin D. <mar...@te...> - 2002-05-25 09:35:49
|
Hello > There is an issue of whether we produce a single JavaDoc set for all > modules (which whilst complete may be overwhelming) or a separate build > for each module in which only docs for the modules code and the modules > it depended on were built. > > Any suggestions? Perhaps we should aim to do both... I vote for a single JavaDoc (in order to help to get a bigger picture), but in which each packages are regrouped by module (using the -group option). The following is an example of a JavaDoc with three groups (modules): http://seagis.sourceforge.net/javadoc/seagis/overview-summary.html Of course, we can do both ways too. But I would like to see at least this way... Martin. |