This blog post is to introduce LotusScript.doc to the Notes developer community. LotusScript.doc is a tool I wrote that aims to be for LotusScript what javadoc is for Java.
Why LotusScript.doc?
Notes applications are very hard and time consuming to document. When we think about documenting Notes applications we normally only document the actual application (the user manual) since there isn’t a standard way of documenting the LotusScript code – until now…
LotusScript.doc is a Notes application you can use to generate HTML documentation for LotusScript code in Notes databases. The produced format is the same as for javadoc.
To find out more head over to the project website at www.lsdoc.org.