summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorAdrian Negreanu <groleo@gmail.com>2019-07-26 10:17:43 (GMT)
committerAdrian Negreanu <groleo@gmail.com>2019-07-26 10:20:27 (GMT)
commitb30e834cd04881ddeaadf8c78a9e716b4dd6a689 (patch)
tree501e0a1db38ed64d3cff35b81e24583e75684eb1 /src/doxygen.h
parentb118de2f38cfcb91888db571b5d9fd1a85731cd5 (diff)
downloadDoxygen-b30e834cd04881ddeaadf8c78a9e716b4dd6a689.zip
Doxygen-b30e834cd04881ddeaadf8c78a9e716b4dd6a689.tar.gz
Doxygen-b30e834cd04881ddeaadf8c78a9e716b4dd6a689.tar.bz2
take doc group out of commentscan.l
Signed-off-by: Adrian Negreanu <groleo@gmail.com>
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 4ff8a56..f5ad0bb 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -27,6 +27,7 @@
#include "membergroup.h"
#include "dirdef.h"
#include "memberlist.h"
+#include "docgroup.h"
class RefList;
class PageSList;
@@ -150,6 +151,7 @@ class Doxygen
static bool generatingXmlOutput;
static bool markdownSupport;
static GenericsSDict *genericsDict;
+ static DocGroup docGroup;
};
void initDoxygen();