From 0e56fe29a9afeee00e02e722496678df89d37d50 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Nov 2009 13:59:39 +0200 Subject: Complete the implementation of the option documentation Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation. --- NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a4e1bbf..f43c04c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +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. + Version 1.0.0 * First public release. -- cgit v1.1