Next: GNU Free Documentation License, Previous: Other commands, Up: Top [Index]
These options appear in the boilerplate
, cbb
, comment
, and apply
commands.
For boilerplate
and cbb
, this option detects comments at the start of the file in blocks like: ‘/* this */’, or whole-line comments like ‘// this’.
Same as ‘--c-style’.
For boilerplate
and cbb
, this option detects comments at the start of the file in blocks like: ‘/* this */’, or whole-line comments like ‘// this’.
For boilerplate
, and cbb
, this option detects comments at the start of the file in whole-line comments that look like ‘# this’.
For boilerplate
, and cbb
, this option detects comments at the start of the file in whole-line comments that look like ‘; this’.
For boilerplate
, and cbb
, this option detects comments at the start of the file in whole-line comments that look like ‘@c this’ or ‘@comment this’.
Like texinfo style.
For boilerplate
, and cbb
, this option detects comments at the start of the file in whole-line comments that look like ‘# this’, or ‘dnl this’.
For boilerplate
, and cbb
, this option detects comments at the start of the file in blocks like ‘{- this - }’, or whole-line comments like ‘-- this’.
Groff is the GNU program for making man pages. It is also called troff.
For boilerplate
, and cbb
, this option detects comments at the start of the file in whole-line comments that look like: ‘\" this’, ‘.\" this’, ‘\" this’, or ‘.\" this’.
For boilerplate
, and cbb
, this option detects comments at the start of the file in whole-line comments that look like ‘# this’. The space after ‘#’ is required, as ‘#,’ and ‘#:’ are valid gettext symbols and not comments.
For boilerplate
, and cbb
, this option detects comments at the start of the file in whole-line comments that look like ‘C this’, or ‘! this’.
For boilerplate
, and cbb
, this option detects comments at the start of the file in blocks like ‘(* this *)’, or ‘{* this *}’, or whole-line comments like ‘// this’.
For the apply
command, these options put the current working boilerplate after the existing boilerplate in the given style.
For the comment
command, this option creates a comment in the given style.
There is a --style option that requires the name of a commenting style as an argument. This option does not appear in the --help of commands, but it still works.
For the sake of brevity, only a subset of the commenting styles are shown in the --help of commands. The --help-all-styles option will display all of the supported commenting style options.
Next: GNU Free Documentation License, Previous: Other commands, Up: Top [Index]