~ubuntu-branches/ubuntu/raring/gengetopt/raring

« back to all changes in this revision

Viewing changes to doc/cmdline1.h.texinfo

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-15 01:31:28 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121115013128-nnj2ag7x8v091mkn
Tags: 2.22.6-1
* New upstream release.
* Switch from autotools-dev to dh-autoreconf.
* Refresh patches.
* Bump debhelper requirements to automatically enable hardening.
* Update debian/copyright.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
@example
3
3
@r{@i{/** }}@b{@@file}@r{@i{ cmdline1.h}}
4
4
@r{@i{ *  }}@b{@@brief}@r{@i{ The header file for the command line option parser}}
5
 
@r{@i{ *  generated by GNU Gengetopt version 2.22.5}}
 
5
@r{@i{ *  generated by GNU Gengetopt version 2.22.6}}
6
6
@r{@i{ *  }}@t{http://www.gnu.org/software/gengetopt.}
7
7
@r{@i{ *  DO NOT modify this file, since it can be overwritten}}
8
8
@r{@i{ *  }}@b{@@author}@r{@i{ GNU Gengetopt by Lorenzo Bettini */}}
107
107
@b{extern} @b{const} @b{char} *gengetopt_args_info_purpose;
108
108
@r{@i{/** }}@b{@@brief}@r{@i{ the usage string of the program */}}
109
109
@b{extern} @b{const} @b{char} *gengetopt_args_info_usage;
 
110
@r{@i{/** }}@b{@@brief}@r{@i{ the description string of the program */}}
 
111
@b{extern} @b{const} @b{char} *gengetopt_args_info_description;
110
112
@r{@i{/** }}@b{@@brief}@r{@i{ all the lines making the help output */}}
111
113
@b{extern} @b{const} @b{char} *gengetopt_args_info_help[];
112
114
@r{@i{/** }}@b{@@brief}@r{@i{ all the lines making the full help output (including hidden options) */}}