Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Karen Arutyunov | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | Update copyright year | Karen Arutyunov | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | Add support for exclude-base value in --class-doc option | Boris Kolpackov | 2018-03-19 | 1 | -2/+13 |
| | |||||
* | Update copyright year | Boris Kolpackov | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Start switch to build2 | Boris Kolpackov | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | First part of TOC generation support (no links yet) | Boris Kolpackov | 2016-02-11 | 1 | -12/+14 |
| | | | | Currently only supported in the HTML output. | ||||
* | Add support for variable expansion (\$var$) in doc strings | Boris Kolpackov | 2016-02-09 | 1 | -3/+9 |
| | |||||
* | Implement --class-doc option | Boris Kolpackov | 2015-11-24 | 1 | -25/+38 |
| | |||||
* | Implement support for documentation inside classes | Boris Kolpackov | 2015-11-24 | 1 | -31/+47 |
| | |||||
* | Add --include-base-last option | Boris Kolpackov | 2015-11-23 | 1 | -1/+4 |
| | |||||
* | Add support for man formatting | Boris Kolpackov | 2015-11-13 | 1 | -6/+1 |
| | |||||
* | New formatter implementation | Boris Kolpackov | 2015-11-12 | 1 | -2/+1 |
| | |||||
* | Implement list support | Boris Kolpackov | 2015-11-11 | 1 | -1/+2 |
| | |||||
* | Implement support pre-formatted fragments | Boris Kolpackov | 2015-11-09 | 1 | -4/+44 |
| | | | | | | | | | | | | For example: / x y z / Other text. | ||||
* | Parse and enter documentation variables | Boris Kolpackov | 2015-10-31 | 1 | -0/+3 |
| | |||||
* | Implement scope documentation generation in HTML | Boris Kolpackov | 2015-10-30 | 1 | -89/+114 |
| | |||||
* | Add parsing support for scope-level documentation | Boris Kolpackov | 2015-10-29 | 1 | -1/+1 |
| | |||||
* | Allow specification of argument documentation for flags | Boris Kolpackov | 2015-09-01 | 1 | -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 option | Boris Kolpackov | 2012-05-11 | 1 | -12/+28 |
| | |||||
* | Generate all options for all classes in single HTML definition list | Boris Kolpackov | 2012-05-11 | 1 | -4/+4 |
| | | | | | This way we won't have any irregular gaps is the option list is assembled from multiple classes. | ||||
* | Implement option class inheritance | Boris Kolpackov | 2012-05-10 | 1 | -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 update | Boris Kolpackov | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Add support for suppressing documentation for undocumented options | Boris Kolpackov | 2010-11-09 | 1 | -1/+5 |
| | |||||
* | Update copyright | Boris Kolpackov | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Complete the implementation of the option documentation | Boris Kolpackov | 2009-11-17 | 1 | -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 generation | Boris Kolpackov | 2009-11-08 | 1 | -0/+195 |