summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-08-16 16:19:27 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-08-16 16:19:27 (GMT)
commitbf35f16863f067286260ad4b68ec4c0ae7febdf1 (patch)
tree89b43be7631b55291f677c9e3ddcb91319262526 /src/util.h
parent625e7a17bc708a32d52158ac24e7308c9d62fe84 (diff)
downloadDoxygen-bf35f16863f067286260ad4b68ec4c0ae7febdf1.zip
Doxygen-bf35f16863f067286260ad4b68ec4c0ae7febdf1.tar.gz
Doxygen-bf35f16863f067286260ad4b68ec4c0ae7febdf1.tar.bz2
Make list of default extensions consistent with language mapping list
In the forum a discrepancy was noted between config.l and config.xml (http://doxygen.10944.n7.nabble.com/FILE-PATTERNS-one-custom-plus-all-defaults-td7308.html). The config.xml list was based on the function initDefaultExtensionMapping in util.cpp and the list in the function Config::check in config.l. Now both routines use the same list.
Diffstat (limited to 'src/util.h')
-rwxr-xr-x[-rw-r--r--]src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 43d8752..2fb5c7d 100644..100755
--- a/src/util.h
+++ b/src/util.h
@@ -464,6 +464,7 @@ void convertProtectionLevel(
);
bool mainPageHasTitle();
+void initFilePattern(void);
#endif