Version 1.1.0 * Support for option documentation. Option documentation is used to print the usage information as well as to generate the program documentation in the HTML and man page formats. For details, see Sections 2.5, "Adding Documentation" and 3.3, "Option Documentation" in the CLI Language Getting Started Guide. New CLI compiler command line options related to this feature: --suppress-usage --long-usage --option-length --generate-cxx --generate-man --generate-html --man-prologue --man-epilogue --html-prologue --html-epilogue --man-suffix --html-suffix --class --stdout The CLI compiler usage, HTML documentation, and man page are auto-generated using this feature. * New option, --generate-modifier, triggers generation of the option value modifiers in addition to the accessors. Version 1.0.0 * First public release.