Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2010, 11:44:09 PM (14 years ago)
Author:
rgrieder
Message:

Fixed missing parameters in documentation for input and command line parser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/core/CommandLineParser.cc

    r7297 r7303  
    127127        Vector of space separated strings.
    128128    @param bParsingFile
    129         FIXME - add doc!
     129        Parsing a file or the command line itself
    130130    */
    131131    void CommandLineParser::_parse(const std::vector<std::string>& arguments, bool bParsingFile)
     
    247247        String containing the value
    248248    @param bParsingFile
    249         FIXME - add doc!
     249        Parsing a file or the command line itself
    250250    */
    251251    void CommandLineParser::checkFullArgument(const std::string& name, const std::string& value, bool bParsingFile)
     
    262262        Parses an argument based on its shortcut.
    263263    @param shortcut
    264         Shotcut to the argument
     264        Shortcut to the argument
    265265    @param value
    266266        String containing the value
    267267    @param bParsingFile
    268         FIXME - add doc!
     268        Parsing a file or the command line itself
    269269    */
    270270    void CommandLineParser::checkShortcut(const std::string& shortcut, const std::string& value, bool bParsingFile)
Note: See TracChangeset for help on using the changeset viewer.