mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[common] option: Reformat help and support rST tables
Corners of table have '+' added, and adds new command line flag --rst-help, which adds some extra formatting to the make it an rST compliant table for the in-line docs.
This commit is contained in:

committed by
Geoffrey McRae

parent
903cc9815f
commit
c6d7fb8dd0
@@ -32,6 +32,13 @@ enum OptionType
|
||||
OPTION_TYPE_CUSTOM
|
||||
};
|
||||
|
||||
enum doHelpMode
|
||||
{
|
||||
DOHELP_MODE_NO = 0,
|
||||
DOHELP_MODE_YES,
|
||||
DOHELP_MODE_RST
|
||||
};
|
||||
|
||||
struct Option;
|
||||
|
||||
struct Option
|
||||
|
Reference in New Issue
Block a user