COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/arg_parser.h

    r880 r877  
    3636
    3737  ///Exception used by ArgParser
    38 
    39   ///Exception used by ArgParser.
    40   ///
    4138  class ArgParserException : public Exception {
    4239  public:
    43     /// Reasons for failure
    44 
    45     /// Reasons for failure.
    46     ///
    4740    enum Reason {
    48       HELP,         ///< <tt>--help</tt> option was given.
    49       UNKNOWN_OPT,  ///< Unknown option was given.
    50       INVALID_OPT   ///< Invalid combination of options.
     41      HELP,         /// <tt>--help</tt> option was given
     42      UNKNOWN_OPT,  /// Unknown option was given
     43      INVALID_OPT   /// Invalid combination of options
    5144    };
    5245
Note: See TracChangeset for help on using the changeset viewer.