diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-03-26 18:52:22 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-03-26 18:52:22 (GMT) |
commit | 463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2 (patch) | |
tree | 888e1c2b9f5a4b736dacc9a4ec34b94ac3849757 /src/doxygen.h | |
parent | 293f58696c0a5c25e312cd658ed8ddef4049a7b9 (diff) | |
download | Doxygen-463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2.zip Doxygen-463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2.tar.gz Doxygen-463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2.tar.bz2 |
Release-1.1.1-20000326
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index 6c620a0..52f4995 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * $Id$ + * * * * Copyright (C) 1997-2000 by Dimitri van Heesch. @@ -19,6 +19,7 @@ #define DOXYGEN_H #include "qtbc.h" +#include <qtextstream.h> #include "groupdef.h" #include "filedef.h" #include "classdef.h" @@ -26,10 +27,11 @@ #include "classlist.h" #include "membername.h" #include "filename.h" -#include "define.h" +//#include "define.h" #include "namespacedef.h" #include "formula.h" #include "section.h" +#include "membergroup.h" struct PageInfo { @@ -117,6 +119,8 @@ extern FormulaDict formulaDict; extern FormulaDict formulaNameDict; extern PageInfo *mainPage; extern StringDict tagDestinationDict; +extern QIntDict<QCString> memberHeaderDict; // dictionary of the member groups heading +extern QIntDict<QCString> memberDocDict; // dictionary of the member groups heading extern int annotatedClasses; extern int hierarchyClasses; |