- Timestamp:
- Aug 31, 2010, 11:44:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/CommandLineParser.cc
r7297 r7303 127 127 Vector of space separated strings. 128 128 @param bParsingFile 129 FIXME - add doc!129 Parsing a file or the command line itself 130 130 */ 131 131 void CommandLineParser::_parse(const std::vector<std::string>& arguments, bool bParsingFile) … … 247 247 String containing the value 248 248 @param bParsingFile 249 FIXME - add doc!249 Parsing a file or the command line itself 250 250 */ 251 251 void CommandLineParser::checkFullArgument(const std::string& name, const std::string& value, bool bParsingFile) … … 262 262 Parses an argument based on its shortcut. 263 263 @param shortcut 264 Sho tcut to the argument264 Shortcut to the argument 265 265 @param value 266 266 String containing the value 267 267 @param bParsingFile 268 FIXME - add doc!268 Parsing a file or the command line itself 269 269 */ 270 270 void CommandLineParser::checkShortcut(const std::string& shortcut, const std::string& value, bool bParsingFile)
Note: See TracChangeset
for help on using the changeset viewer.