Log Message: |
* Adding custom javadoc scripts to pull javadoc comments out of
javascript files, Rhino Scriptable Java files, Java API extension
files, and POJO Java files, destined to be exposed as script
variables.
The system uses XJavaDoc
from XDoclet and Javascript scripts to create jsdoc XML files. At
this point, the only XSLT transforms the XML into Struts xdoc files.
In the future, the XML files can be transformed into standalone HTML,
text, or whatever format.
* Renaming internal Javascript methods to better indicate they are
meant for internal use.
* Adding more javadocs
|