From 469605e872aeca50c7556708de5d50d7e7935d83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Nov 2015 11:54:14 +0200 Subject: Implement support for documentation inside classes --- doc/cli.xhtml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'doc/cli.xhtml') diff --git a/doc/cli.xhtml b/doc/cli.xhtml index 92f237b..4d80b83 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -153,11 +153,10 @@
--short-usage
If specified together with --long-usage, generate - both short and long usage versions. In this mode, the usage printing - functions are called print_short_usage() and - print_long_usage() and for the long usage the long - documentation string is always used, even if the short version is - provided.
+ both short and long usage versions. In this mode, the long usage printing + function is called print_long_usage() and in its + implementation the long documentation string is always used, even if the + short version is provided.
--page-usage name
Generate the combined usage printing code for the entire page. @@ -175,9 +174,8 @@ --page-usage print_$name$_ # print_foo_usage() if name is foo

If both --long-usage and - --short-usage options are specified, then two - functions are generated with the *short_usage() and - *long_usage() suffixes.

+ --short-usage options are specified, then the long + usage function has the *long_usage() suffix.

--option-length len
Indent option descriptions len characters when printing usage. @@ -195,6 +193,10 @@
--exclude-base
Exclude base class information from usage and documentation.
+
--include-base-last
+
Include base class information after derived for usage and + documentation. By default, base classes are included first.
+
--class fq-name
Generate the man page or HTML documentation only for the fq-name options class. The fq-name name should be a @@ -356,7 +358,6 @@ where the --options-file option is specified except that the shell escaping and quoting is not required. Repeat this option to specify more than one options file.

-

DIAGNOSTICS

-- cgit v1.1