Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Customizing Standard Javadoc Doclet

843810Oct 20 2005
I am currently experiencing problems extending the Standard Doclet and
getting the desired output that I want. I have created a custom
implementation of RootDoc creating the correct program structure for my
SDK documentation filtering out classes and methods that I do not want
to see. However when I extend com.sun.tools.doclets.standard.Standard
and implement the run method the final output is showing classes and
methods that do not live in my RootDoc. How is this possible? Is the
Standard doc using introspection to ignore my filtered RootDoc and find
all methods and classes? Any assistance would be greatly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2005
Added on Oct 20 2005
0 comments
142 views