summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authormueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:37:58 (GMT)
committermueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:37:58 (GMT)
commit5576fbf6d0a8baa16fa65a37a172543397ee950a (patch)
treeb859924ab8503fed25bbfbc7ea96b72b9dee34b0 /examples
parentd4bdeb54df648007d9a2b4a9ec5c2ef3b84f1a3b (diff)
downloadDoxygen-5576fbf6d0a8baa16fa65a37a172543397ee950a.zip
Doxygen-5576fbf6d0a8baa16fa65a37a172543397ee950a.tar.gz
Doxygen-5576fbf6d0a8baa16fa65a37a172543397ee950a.tar.bz2
mods for doxygen-0.49-991106
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in6
-rw-r--r--examples/define.h3
-rw-r--r--examples/group.cfg6
-rw-r--r--examples/group.cpp47
-rw-r--r--examples/group/html/annotated.html23
-rw-r--r--examples/group/html/class_c1.html25
-rw-r--r--examples/group/html/class_c2.html25
-rw-r--r--examples/group/html/class_c3.html25
-rw-r--r--examples/group/html/class_c4.html25
-rw-r--r--examples/group/html/class_c5.html25
-rw-r--r--examples/group/html/class_c6.html27
-rw-r--r--examples/group/html/doxygen.css11
-rw-r--r--examples/group/html/doxygen.gifbin0 -> 3536 bytes
-rw-r--r--examples/group/html/files.html22
-rw-r--r--examples/group/html/group.cpp.html28
-rw-r--r--examples/group/html/group_group1.html22
-rw-r--r--examples/group/html/group_group2.html22
-rw-r--r--examples/group/html/group_group3.html25
-rw-r--r--examples/group/html/index.html17
-rw-r--r--examples/group/html/modules.html25
-rw-r--r--examples/group/html/null.gifbin0 -> 43 bytes
21 files changed, 406 insertions, 3 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 5bff80e..89d4e12 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -18,7 +18,8 @@ all: class/html/index.html \
restypedef/html/index.html \
afterdoc/html/index.html \
template/html/index.html \
- tag/html/index.html
+ tag/html/index.html \
+ group/html/index.html
clean:
rm -rf class define enum file func page relates author \
@@ -86,3 +87,6 @@ afterdoc/html/index.html: afterdoc.h afterdoc.cfg
template/html/index.html: templ.cpp templ.cfg
$(DOXYGEN)/bin/doxygen templ.cfg
+
+group/html/index.html: group.cpp group.cfg
+ $(DOXYGEN)/bin/doxygen group.cfg
diff --git a/examples/define.h b/examples/define.h
index 9a8e4d0..393010e 100644
--- a/examples/define.h
+++ b/examples/define.h
@@ -4,8 +4,7 @@
This is to test the documentation of defines.
*/
-/*! \def ABS(x)
+/*!
The define ABS computes the absolute value of its argument \a x.
*/
-
#define ABS(x) (((x)>0)?(x):-(x))
diff --git a/examples/group.cfg b/examples/group.cfg
new file mode 100644
index 0000000..6f75c75
--- /dev/null
+++ b/examples/group.cfg
@@ -0,0 +1,6 @@
+PROJECT_NAME = "Grouping"
+OUTPUT_DIRECTORY = group
+GENERATE_LATEX = NO
+GENERATE_MAN = NO
+INPUT = group.cpp
+QUIET = YES
diff --git a/examples/group.cpp b/examples/group.cpp
new file mode 100644
index 0000000..7bd3255
--- /dev/null
+++ b/examples/group.cpp
@@ -0,0 +1,47 @@
+/*! \defgroup group1 The First Group
+ * This is the first group
+ */
+
+/*! \defgroup group2 The Second Group
+ * This is the second group
+ */
+
+/*! \defgroup group3 The Third Group
+ * This is the third group
+ */
+
+/*! \ingroup group1
+ * \brief class C1 in group 1
+ */
+class C1 {};
+
+/*! \ingroup group1
+ * \brief class C2 in group 1
+ */
+class C2 {};
+
+/*! \ingroup group2
+ * \brief class C3 in group 2
+ */
+class C3 {};
+
+/*! \ingroup group2
+ * \brief class C4 in group 2
+ */
+class C4 {};
+
+/*! \ingroup group3
+ * \brief class C5 in \link group3 the third group\endlink.
+ */
+class C5 {};
+
+/*! \ingroup group1 group2 group3
+ * \brief class C6 in all groups
+ * \sa \link group1 The first group\endlink, group2, group3
+ */
+class C6 {};
+
+/*! \file
+ * \ingroup group3
+ * \brief this file in group 3
+ */
diff --git a/examples/group/html/annotated.html b/examples/group/html/annotated.html
new file mode 100644
index 0000000..8d5b40d
--- /dev/null
+++ b/examples/group/html/annotated.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>Annotated Index</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>Grouping Compound List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<ul>
+<li><a class="el" href="class_c1.html">C1</a> (Class C1 in group 1)
+<li><a class="el" href="class_c2.html">C2</a> (Class C2 in group 1)
+<li><a class="el" href="class_c3.html">C3</a> (Class C3 in group 2)
+<li><a class="el" href="class_c4.html">C4</a> (Class C4 in group 2)
+<li><a class="el" href="class_c5.html">C5</a> (Class C5 in <a href="group_group3.html"> the third group</a>)
+<li><a class="el" href="class_c6.html">C6</a> (Class C6 in all groups)
+</ul>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/class_c1.html b/examples/group/html/class_c1.html
new file mode 100644
index 0000000..9287ad7
--- /dev/null
+++ b/examples/group/html/class_c1.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>C1 Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>C1 Class Reference</h1>class C1 in group 1.
+<a href="#_details">More...</a>
+<p>
+<table border=0 cellpadding=0 cellspacing=0>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+class C1 in group 1.
+<p>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="group.cpp.html">group.cpp</a></ul>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/class_c2.html b/examples/group/html/class_c2.html
new file mode 100644
index 0000000..fc32d12
--- /dev/null
+++ b/examples/group/html/class_c2.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>C2 Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>C2 Class Reference</h1>class C2 in group 1.
+<a href="#_details">More...</a>
+<p>
+<table border=0 cellpadding=0 cellspacing=0>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+class C2 in group 1.
+<p>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="group.cpp.html">group.cpp</a></ul>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/class_c3.html b/examples/group/html/class_c3.html
new file mode 100644
index 0000000..7b31b0f
--- /dev/null
+++ b/examples/group/html/class_c3.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>C3 Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>C3 Class Reference</h1>class C3 in group 2.
+<a href="#_details">More...</a>
+<p>
+<table border=0 cellpadding=0 cellspacing=0>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+class C3 in group 2.
+<p>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="group.cpp.html">group.cpp</a></ul>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/class_c4.html b/examples/group/html/class_c4.html
new file mode 100644
index 0000000..11521fe
--- /dev/null
+++ b/examples/group/html/class_c4.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>C4 Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>C4 Class Reference</h1>class C4 in group 2.
+<a href="#_details">More...</a>
+<p>
+<table border=0 cellpadding=0 cellspacing=0>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+class C4 in group 2.
+<p>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="group.cpp.html">group.cpp</a></ul>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/class_c5.html b/examples/group/html/class_c5.html
new file mode 100644
index 0000000..28f0349
--- /dev/null
+++ b/examples/group/html/class_c5.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>C5 Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>C5 Class Reference</h1>class C5 in <a href="group_group3.html"> the third group</a>.
+<a href="#_details">More...</a>
+<p>
+<table border=0 cellpadding=0 cellspacing=0>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+class C5 in <a href="group_group3.html"> the third group</a>.
+<p>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="group.cpp.html">group.cpp</a></ul>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/class_c6.html b/examples/group/html/class_c6.html
new file mode 100644
index 0000000..5dec333
--- /dev/null
+++ b/examples/group/html/class_c6.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>C6 Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>C6 Class Reference</h1>class C6 in all groups.
+<a href="#_details">More...</a>
+<p>
+<table border=0 cellpadding=0 cellspacing=0>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+class C6 in all groups.
+<p>
+<dl compact><dt>
+<b>See also: </b><dd>
+<a href="group_group1.html"> The first group</a>, <a href="group_group2.html">The Second Group</a>, <a href="group_group3.html">The Third Group</a> </dl><hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="group.cpp.html">group.cpp</a></ul>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/doxygen.css b/examples/group/html/doxygen.css
new file mode 100644
index 0000000..e1dee1c
--- /dev/null
+++ b/examples/group/html/doxygen.css
@@ -0,0 +1,11 @@
+H1 { text-align: center }
+A.el { text-decoration: none; font-weight: bold }
+DL.el { margin-left: -1cm }
+DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
+DIV.in { margin-left: 16 }
+DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 }
+A.gl:link { color: #ffffff }
+A.gl:visited { color: #ffffff }
+A.gl { text-decoration: none; font-weight: bold; background-color: #ff8080 }
+TD.md { background-color: #f2f2ff }
+
diff --git a/examples/group/html/doxygen.gif b/examples/group/html/doxygen.gif
new file mode 100644
index 0000000..30ebbca
--- /dev/null
+++ b/examples/group/html/doxygen.gif
Binary files differ
diff --git a/examples/group/html/files.html b/examples/group/html/files.html
new file mode 100644
index 0000000..bb2af36
--- /dev/null
+++ b/examples/group/html/files.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>File Index</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>Grouping File List</h1>
+<p>
+Here is a list of all documented files with brief descriptions:
+<p>
+<ul>
+<li><a class="el" href="group.cpp.html">group.cpp</a> (This file in group 3)
+</ul>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/group.cpp.html b/examples/group/html/group.cpp.html
new file mode 100644
index 0000000..0a01ced
--- /dev/null
+++ b/examples/group/html/group.cpp.html
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>group.cpp File Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>group.cpp File Reference</h1>this file in group 3.
+<a href="#_details">More...</a>
+<p>
+<table border=0 cellpadding=0 cellspacing=0>
+<tr><td colspan=4><br><h2>Compounds</h2></td></tr>
+<tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>class &nbsp;</td><td valign=top><a class="el" href="class_c1.html">C1</a></td></tr>
+<tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>class &nbsp;</td><td valign=top><a class="el" href="class_c2.html">C2</a></td></tr>
+<tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>class &nbsp;</td><td valign=top><a class="el" href="class_c3.html">C3</a></td></tr>
+<tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>class &nbsp;</td><td valign=top><a class="el" href="class_c4.html">C4</a></td></tr>
+<tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>class &nbsp;</td><td valign=top><a class="el" href="class_c5.html">C5</a></td></tr>
+<tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>class &nbsp;</td><td valign=top><a class="el" href="class_c6.html">C6</a></td></tr>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+this file in group 3.<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/group_group1.html b/examples/group/html/group_group1.html
new file mode 100644
index 0000000..ecd94bc
--- /dev/null
+++ b/examples/group/html/group_group1.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>The First Group</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>The First Group</h1><tr><td colspan=4><br><h2>Compounds</h2></td></tr>
+<ul>
+<li><a class="el" href="class_c1.html">C1</a>
+<li><a class="el" href="class_c2.html">C2</a>
+<li><a class="el" href="class_c6.html">C6</a>
+</ul>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This is the first group <hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/group_group2.html b/examples/group/html/group_group2.html
new file mode 100644
index 0000000..572a764
--- /dev/null
+++ b/examples/group/html/group_group2.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>The Second Group</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>The Second Group</h1><tr><td colspan=4><br><h2>Compounds</h2></td></tr>
+<ul>
+<li><a class="el" href="class_c3.html">C3</a>
+<li><a class="el" href="class_c4.html">C4</a>
+<li><a class="el" href="class_c6.html">C6</a>
+</ul>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This is the second group <hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/group_group3.html b/examples/group/html/group_group3.html
new file mode 100644
index 0000000..5bc6455
--- /dev/null
+++ b/examples/group/html/group_group3.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>The Third Group</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>The Third Group</h1><tr><td colspan=4><br><h2>Files</h2></td></tr>
+<ul>
+<li><a class="el" href="group.cpp.html">group.cpp</a>
+</ul>
+<tr><td colspan=4><br><h2>Compounds</h2></td></tr>
+<ul>
+<li><a class="el" href="class_c5.html">C5</a>
+<li><a class="el" href="class_c6.html">C6</a>
+</ul>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This is the third group <hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/index.html b/examples/group/html/index.html
new file mode 100644
index 0000000..45ba0d3
--- /dev/null
+++ b/examples/group/html/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>Main Index</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>Grouping Documentation</h1>
+<p>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/modules.html b/examples/group/html/modules.html
new file mode 100644
index 0000000..9a4d7bf
--- /dev/null
+++ b/examples/group/html/modules.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta name="robots" content="noindex">
+<title>Module Index</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 0.49-990728 on Fri Nov 5 20:43:30 1999 -->
+<center>
+<a href="index.html">Main Page</a> &nbsp; <a href="modules.html">Modules</a> &nbsp; <a href="annotated.html">Compound List</a> &nbsp; <a href="files.html">File List</a> &nbsp; </center>
+<hr><h1>Grouping Modules</h1>Here is a list of all modules:
+<dl compact>
+<dt><a href="group_group1.html">The First Group</a><dd>
+<p>
+<dt><a href="group_group2.html">The Second Group</a><dd>
+<p>
+<dt><a href="group_group3.html">The Third Group</a><dd>
+<p>
+
+</dl>
+<hr><address><small>Generated at Fri Nov 5 20:43:30 1999 for Grouping by
+<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
+<img src="doxygen.gif" alt="doxygen" align=center border=0
+width=118 height=53></a> 0.49-990728 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy; 1997-1999</small></address>
+</body>
+</html>
diff --git a/examples/group/html/null.gif b/examples/group/html/null.gif
new file mode 100644
index 0000000..1d11fa9
--- /dev/null
+++ b/examples/group/html/null.gif
Binary files differ