summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-29 10:36:19 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-29 10:36:19 (GMT)
commitabf1e46f7bc2c31972d36231b4672580704fcc10 (patch)
treed2434af8f0ab927a86aec694e068359395d0b026
parentc22852aae860d42ed3a0895926199b364dbf84db (diff)
parentdfd94b01525e6049fcf14fbf459453d3d2a8e55a (diff)
downloadDoxygen-abf1e46f7bc2c31972d36231b4672580704fcc10.zip
Doxygen-abf1e46f7bc2c31972d36231b4672580704fcc10.tar.gz
Doxygen-abf1e46f7bc2c31972d36231b4672580704fcc10.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
-rw-r--r--src/configimpl.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configimpl.l b/src/configimpl.l
index 4da1634..840213c 100644
--- a/src/configimpl.l
+++ b/src/configimpl.l
@@ -1541,6 +1541,9 @@ void Config::checkAndCorrect()
s=aliasList.next();
}
+ // check EXTENSION_MAPPING
+ checkList(Config_getList(EXTENSION_MAPPING),"EXTENSION_MAPPING",TRUE,TRUE);
+
// check FILTER_PATTERNS
checkList(Config_getList(FILTER_PATTERNS),"FILTER_PATTERNS",TRUE,TRUE);