diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index a7bdba9..2cd637a 100644 --- a/src/config.h +++ b/src/config.h @@ -102,6 +102,7 @@ struct Config static bool alwaysDetailsFlag; // show details description even if there is only a brief description? static int tabSize; // number of spaces in a tab static int colsInAlphaIndex; // number of columns in the alphabetical index + static bool inlineSourceFlag; // inline the definition bodies in the docs? }; #endif |