demo/arg_parser_demo.cc
changeset 2492 387f6ff851ef
parent 2411 5820c6cec654
child 2553 bfced05fa852
equal deleted inserted replaced
3:36185a977cab 4:7090479e5b00
    13  * This software is provided "AS IS" with no warranty of any kind,
    13  * This software is provided "AS IS" with no warranty of any kind,
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
       
    18 
       
    19 ///\ingroup demos
       
    20 ///\file
       
    21 ///\brief Argument parser demo
       
    22 ///
       
    23 /// This example shows how can the argument parser used.
       
    24 ///
       
    25 /// \include arg_parser.cc
    18 
    26 
    19 #include <lemon/arg_parser.h>
    27 #include <lemon/arg_parser.h>
    20 
    28 
    21 using namespace lemon;
    29 using namespace lemon;
    22 int main(int argc, const char **argv)
    30 int main(int argc, const char **argv)