Changeset 1197


Ignore:
Timestamp:
Mar 3, 2008, 3:32:12 PM (16 years ago)
Author:
Peter
Message:

docs

Location:
trunk/yat/utility
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/CommandLine.h

    r1178 r1197  
    6060       cmd.parse(argc, argv);
    6161     }
    62      catch (cmd_error e){
     62     catch (cmd_error& e){
    6363       std::cout << e.what() << std::endl;
    6464       return 1;
     
    8383     preceded by '-' as e.g. '-h', and can also be concatenated like
    8484     "program -vf", which is equivalent to "program -v -f". or
    85      its sibblings for different types. By using the allow_help()
    86      function help will be displayed when flag (default is '-h' and
    87      '--help') is found in parsing.
     85     its sibblings for different types.
    8886  */
    8987  class CommandLine
  • trunk/yat/utility/yat_assert.h

    r1100 r1197  
    3131
    3232  /**
     33     \internal
     34
    3335     \brief yat_assert is similar to assert in std.
    3436
Note: See TracChangeset for help on using the changeset viewer.