summaryrefslogtreecommitdiff
path: root/cli/html.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-05-11Add support for specifying multiple classes with --class optionBoris Kolpackov1-12/+28
2012-05-11Generate all options for all classes in single HTML definition listBoris Kolpackov1-4/+4
This way we won't have any irregular gaps is the option list is assembled from multiple classes.
2012-05-10Implement option class inheritanceBoris Kolpackov1-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.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-09Add support for suppressing documentation for undocumented optionsBoris Kolpackov1-1/+5
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-11-17Complete the implementation of the option documentationBoris Kolpackov1-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.
2009-11-08Implement HTML pages generationBoris Kolpackov1-0/+195