summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-01-06 18:41:42 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-01-06 18:41:42 (GMT)
commit4addc3d6da0a55e8f63ea5987bb208d9ff63ed3d (patch)
tree97cb42dada757c20eccb4899d93594813b5e1fa4 /src
parentd49604f814ceb22f81571d8ca99540e62cfa979a (diff)
parent05fcf8decc25bd2f1a2e7867ee8e5d9da1f08933 (diff)
downloadDoxygen-4addc3d6da0a55e8f63ea5987bb208d9ff63ed3d.zip
Doxygen-4addc3d6da0a55e8f63ea5987bb208d9ff63ed3d.tar.gz
Doxygen-4addc3d6da0a55e8f63ea5987bb208d9ff63ed3d.tar.bz2
Merge pull request #284 from albert-github/feature/bug_742408
Bug 742408 - Configuring doxyfile to only output docbook produces erroneous warning
Diffstat (limited to 'src')
-rw-r--r--src/config.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index a10626e..4fa3b1e 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1478,6 +1478,7 @@ void Config::check()
!Config_getBool("GENERATE_XML") &&
!Config_getBool("GENERATE_PERLMOD") &&
!Config_getBool("GENERATE_RTF") &&
+ !Config_getBool("GENERATE_DOCBOOK") &&
!Config_getBool("GENERATE_AUTOGEN_DEF") &&
Config_getString("GENERATE_TAGFILE").isEmpty()
)