summaryrefslogtreecommitdiff
path: root/NEWS
blob: 0d5f8f8adc8463b8e0bcd4531ddad0e7d3e394b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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.