A command line tool that generates pretty html documentation from java tld files
TL;DR;
The tag library documentation usually is ugly and difficult to generate.
I work with java-jar-maven-j2EE on daily basis and I wanted to have a better tool than the old TLDDoc utility.
So I've started writing my own generator compatible with the tag library 2.0
Install the module with: npm install tlddoc-util
. Then you can:
tlddoc-util myfile.tld
(Coming soon)
tlddoc-util --output=folder_output /archived/file.tld
- introducing the title option (-t|--title)
- added controls when parsing files
- some messages to the console
Copyright (c) 2014 Andrea Dessì Licensed under the MIT license.