How to extend the Javadoc 5.0 standard doclet?

I want to extend Javadoc 5 0 provides a standard doclet to modify its HTML output For example, I want the keyword 'implemented' or 'interfaces' to occur in the generated Javadoc HTML instead of other words All other elements should not be changed How can I do this? After generating Javadoc, I don't want to modify the HTML source code! Which classes do I have to extend? Is there a useful tutorial on the Internet? I searched the tutorial, but found only this http://docs.oracle.com/javase/1.5.0/docs/guide/javadoc/doclet/overview.html It doesn't help me because these examples don't extend the standard doclet In http://www.oracle.com/technetwork/java/javase/documentation/index-137483.html#customizingjavadoc Another source was found, but I can't apply it to Javadoc 5 0. Can anyone provide a useful example?

Solution

Have you seen Doxygen? Doxygen

It may be a good alternative to Javadoc, which is free and customizable I think it can help you I hope I can help you

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>