summaryrefslogtreecommitdiffstats
path: root/src/define.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/define.cpp')
-rw-r--r--src/define.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/define.cpp b/src/define.cpp
index 424e0be..31c4b76 100644
--- a/src/define.cpp
+++ b/src/define.cpp
@@ -42,5 +42,5 @@ Define::~Define()
bool Define::hasDocumentation()
{
- return definition && (doc || Config::extractAllFlag);
+ return definition && (doc || Config::instance()->getBool("EXTRACT_ALL"));
}