summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-01-16 19:20:21 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-01-16 19:20:21 (GMT)
commit8dab665567c9dffaa3f5fea198fc2110d536594d (patch)
tree78bac4e928b25e139605aceefa82537f378d8af0 /src/doxygen.h
parentd3461a1c31f008345d784dc3e819047bc5265c30 (diff)
downloadDoxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.zip
Doxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.tar.gz
Doxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.tar.bz2
Release-1.5.4
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index 4f6c972..e0d99c1 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -1,6 +1,6 @@
/******************************************************************************
*
- *
+ * $Id$
*
*
* Copyright (C) 1997-2007 by Dimitri van Heesch.
@@ -36,6 +36,7 @@
#include "membergroup.h"
#include "reflist.h"
#include "dirdef.h"
+#include "index.h"
class PageSList;
class PageSDict;
@@ -126,6 +127,8 @@ class Doxygen
static QCString objDBFileName;
static QCString entryDBFileName;
static bool gatherDefines;
+ static bool userComments;
+ static IndexList indexList;
};
void initDoxygen();