summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
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.cpp
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.cpp')
-rw-r--r--src/doxygen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index c7fce01..f3b1ebd 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -174,6 +174,7 @@ QCString Doxygen::spaces;
bool Doxygen::generatingXmlOutput = FALSE;
bool Doxygen::markdownSupport = TRUE;
GenericsSDict *Doxygen::genericsDict;
+DocGroup Doxygen::docGroup;
// locally accessible globals
static QDict<Entry> g_classEntries(1009);