diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-06-30 18:58:53 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-06-30 18:58:53 (GMT) |
commit | 977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4 (patch) | |
tree | 0b5acf9f52c1beacbf70e4bd2060a1b7d4d832b7 /src/doxygen.h | |
parent | 54bcd31ff103383c6c75ed87b00f846ec29b8040 (diff) | |
download | Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.zip Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.tar.gz Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.tar.bz2 |
Release-1.2.16-20020630
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index 1dfafc2..f97c23c 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -32,6 +32,7 @@ #include "formula.h" #include "section.h" #include "membergroup.h" +#include "reflist.h" //#include "packagedef.h" class PageSList; @@ -81,7 +82,6 @@ class Doxygen static QTextStream tagFile; static SectionDict sectionDict; static StringDict namespaceAliasDict; - //static GroupList groupList; static GroupSDict groupSDict; static NamespaceSDict namespaceSDict; static FormulaList formulaList; @@ -92,8 +92,8 @@ class Doxygen 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 PackageSDict packageDict; static NamespaceDef *globalScope; + static QDict<RefList> *specialLists; // array of special lists: todo, test, bug ... }; void initDoxygen(); |