Skip to content
Snippets Groups Projects
Commit 07a6620e authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: Updating doxygen description

parent 9da6db6e
No related branches found
No related tags found
No related merge requests found
......@@ -214,9 +214,9 @@ private:
* CommandLineArgumentParseResult result;
* if(parser.TryParseCommandLine(argc,argv,result))
* {
* if(result.IsOptionPresent("-f"))
* if(result.IsOptionPresent("--DetailledName"))
* {
* cout << "Filename " << result.GetOptionParameter("-f") << endl;
* cout << "Option " << result.GetParameterString("--DetailledName") << endl;
* ...
* }
* }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment