summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-01-25 21:11:43 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-01-25 21:11:43 (GMT)
commitc7d553e78d5c3efdecb3f44a63f4f68e83eae61a (patch)
tree5e3ff29c80e73d69c88e8b33d670753c31eed4b2 /src/doxygen.h
parentee63f0e064142addc300e0411b141d2697b73500 (diff)
downloadDoxygen-c7d553e78d5c3efdecb3f44a63f4f68e83eae61a.zip
Doxygen-c7d553e78d5c3efdecb3f44a63f4f68e83eae61a.tar.gz
Doxygen-c7d553e78d5c3efdecb3f44a63f4f68e83eae61a.tar.bz2
Release-1.3.5-20040125
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index 48c9154..f593470 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -100,6 +100,7 @@ class Doxygen
static QTime runningTime;
static SearchIndex *searchIndex;
static SDict<DefinitionList> *symbolMap;
+ static bool outputToWizard;
};
void initDoxygen();