diff options
Diffstat (limited to 'src/define.cpp')
-rw-r--r-- | src/define.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/define.cpp b/src/define.cpp index 2fa7fa4..336d6da 100644 --- a/src/define.cpp +++ b/src/define.cpp @@ -39,5 +39,5 @@ Define::~Define() bool Define::hasDocumentation() { - return definition && (doc || extractAllFlag); + return definition && (doc || Config::extractAllFlag); } |