diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2008-01-16 19:20:21 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2008-01-16 19:20:21 (GMT) |
commit | fc90c25edfba404f54319eaeeacca39246f95c9e (patch) | |
tree | 78bac4e928b25e139605aceefa82537f378d8af0 /src/doxygen.h | |
parent | f57b7d974fec18d1d8f325c102efd8be5930131d (diff) | |
download | Doxygen-fc90c25edfba404f54319eaeeacca39246f95c9e.zip Doxygen-fc90c25edfba404f54319eaeeacca39246f95c9e.tar.gz Doxygen-fc90c25edfba404f54319eaeeacca39246f95c9e.tar.bz2 |
Release-1.5.4
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 5 |
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(); |