-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
generic
-
generic
Name: dbT83986 Date: 05/16/99
I am using doclets which may wish to run the javadoc engine on
other classes. The problem is that javadoc cannot be restarted
because
1) PackageDoc and ClassDoc have private static Collections that
cannot be reset
2) Main calls exit even on successful completion
Suggestion have Main call a public static method which
initializes the javadoc engine - runs it - runs the
named doclet and returns
Let Main.main simply call this engine
This enables a doclet to get added information on related classes
(Review ID: 83122)
======================================================================