summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-17 13:59:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-17 13:59:39 +0200
commit0e56fe29a9afeee00e02e722496678df89d37d50 (patch)
treeada5f6ea6978344f2e75e6194d65a1191cc6e649 /NEWS
parent577a38358b295379511ea8bb130ef1dcb7157c0f (diff)
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
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.