summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-03-26 18:52:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-03-26 18:52:22 (GMT)
commit463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2 (patch)
tree888e1c2b9f5a4b736dacc9a4ec34b94ac3849757 /src/doxygen.h
parent293f58696c0a5c25e312cd658ed8ddef4049a7b9 (diff)
downloadDoxygen-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.h8
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;