Cleanup example program in Flag docs.
This commit is contained in:
parent
a0cd2ca866
commit
b7584b06cc
2
Flag.h
2
Flag.h
|
@ -92,6 +92,7 @@ Flag *NewFlag(std::string fName, FlagType fType, std::string fDescription);
|
||||||
///
|
///
|
||||||
/// A short example program is below:
|
/// A short example program is below:
|
||||||
///
|
///
|
||||||
|
/// ```c++
|
||||||
/// int
|
/// int
|
||||||
/// main(int argc, char *argv[])
|
/// main(int argc, char *argv[])
|
||||||
/// {
|
/// {
|
||||||
|
@ -127,6 +128,7 @@ Flag *NewFlag(std::string fName, FlagType fType, std::string fDescription);
|
||||||
/// }
|
/// }
|
||||||
/// return 0;
|
/// return 0;
|
||||||
/// }
|
/// }
|
||||||
|
/// ```
|
||||||
///
|
///
|
||||||
class Flags {
|
class Flags {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue