summaryrefslogtreecommitdiff
path: root/doc/cli.xhtml
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27Separate tests and examples into individual packagesKaren Arutyunov1-568/+0
Also make cli module to be explicitly enabled via the config.cli configuration variable.
2020-02-13Add doc/doc.shKaren Arutyunov1-2/+2
2019-07-27Add support for option merging (--generate-merge)Boris Kolpackov1-16/+87
2019-01-16Update copyright yearKaren Arutyunov1-2/+2
2018-06-05Regularize copyright notesKaren Arutyunov1-2/+2
2018-05-21Update copyright yearKaren Arutyunov1-2/+2
2017-01-03Update copyright yearBoris Kolpackov1-2/+2
2016-09-03Add --omit-link-check optionBoris Kolpackov1-155/+239
2016-01-11Add support for --output-{prefix,suffix} optionsBoris Kolpackov1-0/+9
2015-12-09Add --std option with c++{98,11,14} values; use function-static in C++11Boris Kolpackov1-0/+5
This way we can use option descriptions during static initialization (e.g., of an Apache module).
2015-11-24Implement --class-doc optionBoris Kolpackov1-9/+22
2015-11-24Implement support for documentation inside classesBoris Kolpackov1-9/+10
2015-11-19Implement entire page usage generationBoris Kolpackov1-0/+20
2015-11-18Add support for ANSI colorization of usage outputBoris Kolpackov1-0/+7
2015-11-16Support specifying documentation variables on command linedocBoris Kolpackov1-36/+39
2015-11-13Add support for man formattingBoris Kolpackov1-1/+0
2015-11-11Implement list supportBoris Kolpackov1-0/+1
2015-10-30Implement scope documentation generation in HTMLBoris Kolpackov1-236/+244
2015-10-29Regenerate man pagesBoris Kolpackov1-0/+13
2015-04-02Bump version to 1.2.0.a1Boris Kolpackov1-1/+1
2012-06-20Add ability to specify prologues/epilogues for generated C++ filesBoris Kolpackov1-6/+62
Also add options to specify text prologues/epilogues in addition to files for generated man and html files.
2012-06-20Rename --*logue options to --*logue-fileBoris Kolpackov1-4/+4
2012-06-15Add support for specifying output stream type (--stream-type)Boris Kolpackov1-0/+4
2012-06-03Documentation updateBoris Kolpackov1-4/+7
2012-05-11Add support for -I optionBoris Kolpackov1-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.
2012-05-10Implement option class inheritanceBoris Kolpackov1-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.
2011-01-04Restore deleted documentation filesBoris Kolpackov1-0/+264
2011-01-04Copyright updateBoris Kolpackov1-252/+0
2010-06-04Cosmetic changesBoris Kolpackov1-1/+1
2010-06-04Add support for single quotes in option filesBoris Kolpackov1-5/+6
2010-06-02Update description of the --options-file optionBoris Kolpackov1-6/+16
2010-01-01Update copyrightBoris Kolpackov1-2/+2
2009-12-13Bump version to 1.1.01.1.0Boris Kolpackov1-1/+1
2009-12-10Allows additional options to be provided in files (--options-file)Boris Kolpackov1-0/+10
Implemented using the new argv_file_scanner scanner implementation.
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-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.
2009-11-22Implement option value modifiers generationBoris Kolpackov1-0/+3
2009-11-17Complete the implementation of the option documentationBoris Kolpackov1-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.
2009-10-28Documentation fixesBoris Kolpackov1-2/+2
2009-10-18Cosmetic changesBoris Kolpackov1-2/+1
2009-10-11Add man pagesBoris Kolpackov1-0/+161