Source code
CERNY.apps.GenerateDoc
GenerateDoc is an application for creating the library documentation in JSON format. It also writes out the catalog, which is a mapping from the main product of a script to the filename. The catalog is the base for dependency management.
Uses
Used by
Functions
main
Run the application. The argument array needs two strings: 0 - the source directory of the library 1 - the destination directory for writing the results
args (Array)
:
an array of two strings
History
2007-12-04
:
Moved from rhino/js/doc to apps.
2007-02-18
:
Complete refactoring.
2006-11-05
:
Created.

