summaryrefslogtreecommitdiffstats
path: root/doc/cli.xhtml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-2/+2
|
* Regularize copyright notesKaren Arutyunov2018-06-051-2/+2
|
* Update copyright yearKaren Arutyunov2018-05-211-2/+2
|
* Update copyright yearBoris Kolpackov2017-01-031-2/+2
|
* Add --omit-link-check optionBoris Kolpackov2016-09-031-155/+239
|
* Add support for --output-{prefix,suffix} optionsBoris Kolpackov2016-01-111-0/+9
|
* Add --std option with c++{98,11,14} values; use function-static in C++11Boris Kolpackov2015-12-091-0/+5
| | | | | This way we can use option descriptions during static initialization (e.g., of an Apache module).
* Implement --class-doc optionBoris Kolpackov2015-11-241-9/+22
|
* Implement support for documentation inside classesBoris Kolpackov2015-11-241-9/+10
|
* Implement entire page usage generationBoris Kolpackov2015-11-191-0/+20
|
* Add support for ANSI colorization of usage outputBoris Kolpackov2015-11-181-0/+7
|
* Support specifying documentation variables on command lineBoris Kolpackov2015-11-161-36/+39
|
* Add support for man formattingBoris Kolpackov2015-11-131-1/+0
|
* Implement list supportBoris Kolpackov2015-11-111-0/+1
|
* Implement scope documentation generation in HTMLBoris Kolpackov2015-10-301-236/+244
|
* Regenerate man pagesBoris Kolpackov2015-10-291-0/+13
|
* Bump version to 1.2.0.a1Boris Kolpackov2015-04-021-1/+1
|
* Add ability to specify prologues/epilogues for generated C++ filesBoris Kolpackov2012-06-201-6/+62
| | | | | Also add options to specify text prologues/epilogues in addition to files for generated man and html files.
* Rename --*logue options to --*logue-fileBoris Kolpackov2012-06-201-4/+4
|
* Add support for specifying output stream type (--stream-type)Boris Kolpackov2012-06-151-0/+4
|
* Documentation updateBoris Kolpackov2012-06-031-4/+7
|
* Add support for -I optionBoris Kolpackov2012-05-111-0/+4
| | | | | | Now quote-included ("") option files are searched for relative to the including file while bracket-included (<>) ones are search in the directories specified with -I.
* Implement option class inheritanceBoris Kolpackov2012-05-101-0/+3
| | | | | | | 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.
* Restore deleted documentation filesBoris Kolpackov2011-01-041-0/+264
|
* Copyright updateBoris Kolpackov2011-01-041-252/+0
|
* Cosmetic changesBoris Kolpackov2010-06-041-1/+1
|
* Add support for single quotes in option filesBoris Kolpackov2010-06-041-5/+6
|
* Update description of the --options-file optionBoris Kolpackov2010-06-021-6/+16
|
* Update copyrightBoris Kolpackov2010-01-011-2/+2
|
* Bump version to 1.1.0Boris Kolpackov2009-12-131-1/+1
|
* Allows additional options to be provided in files (--options-file)Boris Kolpackov2009-12-101-0/+10
| | | | Implemented using the new argv_file_scanner scanner implementation.
* Scanner-based parsing with support for element erasingBoris Kolpackov2009-12-101-0/+5
| | | | | | Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.
* Implement option value modifiers generationBoris Kolpackov2009-11-221-0/+3
|
* Complete the implementation of the option documentationBoris Kolpackov2009-11-171-68/+131
| | | | | Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation.
* Documentation fixesBoris Kolpackov2009-10-281-2/+2
|
* Cosmetic changesBoris Kolpackov2009-10-181-2/+1
|
* Add man pagesBoris Kolpackov2009-10-111-0/+161