Gracelets - Gracelets Component Library Documentation Generator
This utility allows you to generate documentation for your Gracelet Component Libraries.

As show in the example below, the first parameter is the root destination of the documentation output. The second parameter is reserved for future use so specify it as a blank "". Then you can specify as many namespaces as you want of the libraries you want documentation generated for. This means that the library must be in the class path

C:\>java -cp gracelets-tools.jar gracelets.tools.libdoc.GraceletLibraryDocFormatter /gracelets/libs/docs "" "http://gracelets/taglib" "http://gracelets/jquery"