Download :: DocHelper
You may download the executable jar and the sources for the latest version here,
dochelper_alpha_0_9.jar | |
dochelper_alpha_0_9 (Sources) |
Download Instructions
Files may be downloaded directly from the link above or the source forge link.
To use executable file:
java -jar dochelper_alpha_0_9.jar [path to Document Definition] [path to output file] [path to temporary directory]
To use ant task include
<taskdef name="autodoc" classname="dochelper.ant.AntMain" />
<autodoc docdef="[pathtodocxml]/doc.xml" temppath="." />
<autodoc docdef="[pathtodocxml]/doc.xml" temppath="." />