Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Generating JavaDoc Help Plugins

David Carver wrote:
There have been a lot of questions regarding how to generate JavaDoc Help Plugin documentation and how to package that as an eclipse help plugin. I found an article on IBM Developer works that was done within the last year, that should help out:

http://www.ibm.com/developerworks/rational/library/08/0115_alupului/index.html?S_TACT=105AGX44&S_CMP=EDU

This particular one uses DITA and the Dita open toolkit to create the necessary files. There is also a Doclet out there for generating Docbook files, and then you could use the eclipse.xsl file that comes with the Docbook stylesheets to generate the necessary eclipse plugin.
Actually, correction it just use the DITA open toolkit as an example, the dita open toolkit isn't necessary for creating the javadoc help plugin.

Dave



Back to the top