equal
deleted
inserted
replaced
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) |