diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-12-07 21:08:27 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-12-07 21:08:27 (GMT) |
commit | 9fd2c403c0e2b0c44a0bb1c5feb05ac9bbd353fe (patch) | |
tree | 17668f7d76b3d88c791ebb8eec8dc386256af3e6 /src/doxygen.h | |
parent | 449d9d2d4db65eeac50ea7f33a5caf7f67f2b72d (diff) | |
download | Doxygen-9fd2c403c0e2b0c44a0bb1c5feb05ac9bbd353fe.zip Doxygen-9fd2c403c0e2b0c44a0bb1c5feb05ac9bbd353fe.tar.gz Doxygen-9fd2c403c0e2b0c44a0bb1c5feb05ac9bbd353fe.tar.bz2 |
Release-1.3-rc1-20021207
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 5 |
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 ... |