summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index 2938a34..d102345 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -87,8 +87,9 @@ class Doxygen
static FormulaDict formulaNameDict;
static StringDict tagDestinationDict;
static StringDict aliasDict;
- static QIntDict<QCString> memberHeaderDict; // dictionary of the member groups heading
- static QIntDict<QCString> memberDocDict; // dictionary of the member groups heading
+ static QIntDict<MemberGroupInfo> memGrpInfoDict;
+ //static QIntDict<QCString> memberHeaderDict; // dictionary of the member groups heading
+ //static QIntDict<QCString> memberDocDict; // dictionary of the member groups heading
static QDict<void> expandAsDefinedDict;
static NamespaceDef *globalScope;
static QDict<RefList> *specialLists; // array of special lists: todo, test, bug, deprecated ...