summaryrefslogtreecommitdiffstats
path: root/cli/html.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-211-1/+1
|
* Add support for exclude-base value in --class-doc optionBoris Kolpackov2018-03-191-2/+13
|
* Update copyright yearBoris Kolpackov2017-01-031-1/+1
|
* Start switch to build2Boris Kolpackov2016-11-151-1/+1
|
* First part of TOC generation support (no links yet)Boris Kolpackov2016-02-111-12/+14
| | | | Currently only supported in the HTML output.
* Add support for variable expansion (\$var$) in doc stringsBoris Kolpackov2016-02-091-3/+9
|
* Implement --class-doc optionBoris Kolpackov2015-11-241-25/+38
|
* Implement support for documentation inside classesBoris Kolpackov2015-11-241-31/+47
|
* Add --include-base-last optionBoris Kolpackov2015-11-231-1/+4
|
* Add support for man formattingBoris Kolpackov2015-11-131-6/+1
|
* New formatter implementationBoris Kolpackov2015-11-121-2/+1
|
* Implement list supportBoris Kolpackov2015-11-111-1/+2
|
* Implement support pre-formatted fragmentsBoris Kolpackov2015-11-091-4/+44
| | | | | | | | | | | | For example: / x y z / Other text.
* Parse and enter documentation variablesBoris Kolpackov2015-10-311-0/+3
|
* Implement scope documentation generation in HTMLBoris Kolpackov2015-10-301-89/+114
|
* Add parsing support for scope-level documentationBoris Kolpackov2015-10-291-1/+1
|
* Allow specification of argument documentation for flagsBoris Kolpackov2015-09-011-2/+2
| | | | | | | | If all three documentation strings are specified for a bool option, then the usage, html, and man documentation will include the argument documentation (first string), just like for non-flag options. This is primarily useful for using options to handle commands where you may want to end up with something like "help [<options>] <command>".
* Add support for specifying multiple classes with --class optionBoris Kolpackov2012-05-111-12/+28
|
* Generate all options for all classes in single HTML definition listBoris Kolpackov2012-05-111-4/+4
| | | | | This way we won't have any irregular gaps is the option list is assembled from multiple classes.
* Implement option class inheritanceBoris Kolpackov2012-05-101-1/+9
| | | | | | | For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation.
* Copyright updateBoris Kolpackov2011-01-041-1/+1
|
* Add support for suppressing documentation for undocumented optionsBoris Kolpackov2010-11-091-1/+5
|
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Complete the implementation of the option documentationBoris Kolpackov2009-11-171-0/+12
| | | | | Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation.
* Implement HTML pages generationBoris Kolpackov2009-11-081-0/+195