summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-06-30 18:58:53 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-06-30 18:58:53 (GMT)
commit977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4 (patch)
tree0b5acf9f52c1beacbf70e4bd2060a1b7d4d832b7 /src/doxygen.h
parent54bcd31ff103383c6c75ed87b00f846ec29b8040 (diff)
downloadDoxygen-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.h4
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();