summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-06-29 20:32:15 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-06-29 20:32:15 (GMT)
commit3e9d9386950cc67d155a920cf8483c4d5bdcec3c (patch)
tree96383bcb228e96d52f42552cb4273a6eb2e323c6 /src/doxygen.h
parent6b1543bbc7001cc67dbe55c7109c4c73fbb5f300 (diff)
downloadDoxygen-3e9d9386950cc67d155a920cf8483c4d5bdcec3c.zip
Doxygen-3e9d9386950cc67d155a920cf8483c4d5bdcec3c.tar.gz
Doxygen-3e9d9386950cc67d155a920cf8483c4d5bdcec3c.tar.bz2
Fixed anothing compilation issue when use_libclang was not enabled
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index 2978052..e5757c3 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -152,6 +152,7 @@ class Doxygen
static bool generatingXmlOutput;
static GenericsSDict *genericsDict;
static DefinesPerFileList macroDefinitions;
+ static bool clangAssistedParsing;
};
void initDoxygen();