diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-03-24 21:24:19 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-03-24 21:24:19 (GMT) |
commit | cba24284923c7319c08926c3ba9cd20f3eee3fdf (patch) | |
tree | a065befb32bff6f5eb381ff808ed70509bd19a09 /src/doxygen.h | |
parent | ce05925c34c21ec1d2033970745a86affd039445 (diff) | |
download | Doxygen-cba24284923c7319c08926c3ba9cd20f3eee3fdf.zip Doxygen-cba24284923c7319c08926c3ba9cd20f3eee3fdf.tar.gz Doxygen-cba24284923c7319c08926c3ba9cd20f3eee3fdf.tar.bz2 |
Release-1.3.6-20040324
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index f593470..f16efed 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -101,6 +101,7 @@ class Doxygen static SearchIndex *searchIndex; static SDict<DefinitionList> *symbolMap; static bool outputToWizard; + static QDict<int> *htmlDirMap; }; void initDoxygen(); |