summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-25 09:09:33 (GMT)
committerGitHub <noreply@github.com>2019-12-25 09:09:33 (GMT)
commit80f1f380f199f470ef9678a413d537feba68d87a (patch)
tree57ad379d75b0ede4af42ec20e1d21fd04c9b5360 /src/doxygen.h
parent36c549da50d685fd8be82e88cb63db5cf13c57f5 (diff)
parentff3fdb3ac14a1f90334ca6c40eac46c772b5af63 (diff)
downloadDoxygen-80f1f380f199f470ef9678a413d537feba68d87a.zip
Doxygen-80f1f380f199f470ef9678a413d537feba68d87a.tar.gz
Doxygen-80f1f380f199f470ef9678a413d537feba68d87a.tar.bz2
Merge branch 'master' into feature/bug_style_change
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index c8eee7c..a23a678 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -60,6 +60,7 @@ class FormulaList;
class FormulaDict;
class FormulaNameDict;
class SectionDict;
+class Preprocessor;
struct MemberGroupInfo;
typedef QList<QCString> StringList;
@@ -152,6 +153,7 @@ class Doxygen
static bool markdownSupport;
static GenericsSDict *genericsDict;
static DocGroup docGroup;
+ static Preprocessor *preprocessor;
};
void initDoxygen();