~ubuntu-branches/ubuntu/saucy/gengetopt/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/cmdline1.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-05-09 12:48:17 UTC
  • mfrom: (16.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130509124817-ex5jkvyh7cu8o22c
Tags: 2.22.6-2
* Upload to unstable.
* Fix VCS URLs.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

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