What is it?
LotusScript aims to be for LotusScript what javadoc is for Java, that is a standard easy way to generate HTML documentation for LotusScript code in Notes applications. See the screenshot below for an example of the generated documentation (click the image for a larger version).
LotusScript.doc supports all the major design elements containing LotusScript. LotusScript.doc can build documentation based on code from the following design element types:
- Script libraries
- Agents
- Forms
- Views
- Pages
- Shared actions
- The database script
Additionally all the code constructs of LotusScript are supported:
- Functions
- Subs (methods)
- Classes
- Properties
- Types
- Constants
To read more about why you need LotusScript.doc read on!
