Search code examples
javahtmltemplatesjavadoc

Is there a way to add a custom html template to Javadoc which can be used with JAvadoc.exe?


Is it possible to add a custom HTML template to javadoc auto-generator. I am looking for a way to integrate a custom HTMl/CSS template to my javadocs. For example, a template which gives a header to my javadoc with the application name, etc. Currently I have to change the javadoc html post-generation. Let me clarify again that i am talking about HTMl template not the Javadoc templates (which contains variables with "@" ). Thanks


Solution

  • You can subclass the standard Doclet to customize the output however you like.