summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-08-11 13:06:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-08-11 13:06:22 (GMT)
commit34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634 (patch)
treead481e345a35820f0142bb774556afc6de0d00fa /src/doxygen.h
parent3583a7c0bea47665a06d14a64b62376eee21c528 (diff)
downloadDoxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.zip
Doxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.tar.gz
Doxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.tar.bz2
Release-1.8.2
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 0e436ec..b863e5e 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -42,7 +42,7 @@
class PageSList;
class PageSDict;
class PageDef;
-class SearchIndex;
+class SearchIndexIntf;
class ParserManager;
class ObjCache;
class Store;
@@ -114,7 +114,7 @@ class Doxygen
static QCString htmlFileExtension;
static bool parseSourcesNeeded;
static QTime runningTime;
- static SearchIndex *searchIndex;
+ static SearchIndexIntf *searchIndex;
static QDict<DefinitionIntf> *symbolMap;
static bool outputToWizard;
static QDict<int> *htmlDirMap;
@@ -135,6 +135,7 @@ class Doxygen
static QCString spaces;
static bool generatingXmlOutput;
static bool markdownSupport;
+ static GenericsSDict genericsDict;
};
void initDoxygen();