1. INTRO [TOC] javadoc is the tool which extracts documentation from java code source files and transforms this into html. This file is about some research of the best ways to use javadoc. It would be pleasant to be able to transform javadoc documentation comments into formats other than HTML such as docbook xml. It is possible that by using a different 'doclet' this may be possible. 2. SOME RESEARCH [TOC] |