summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-02-15 20:03:34 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-02-15 20:03:34 (GMT)
commit082b421913688541087c4b810cd48a882c3d87c9 (patch)
tree50b1099761af52d0ca94caec83c8ff3a08efb753 /examples
parent6e9c313b87a0daa86ca108e93d67fc4c9e5bec68 (diff)
downloadDoxygen-082b421913688541087c4b810cd48a882c3d87c9.zip
Doxygen-082b421913688541087c4b810cd48a882c3d87c9.tar.gz
Doxygen-082b421913688541087c4b810cd48a882c3d87c9.tar.bz2
Upgrade to 1.1.0
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in6
-rw-r--r--examples/Makefile.win.in15
-rw-r--r--examples/class.h2
-rw-r--r--examples/restypedef.cpp2
4 files changed, 21 insertions, 4 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 89d4e12..6bf96f1 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -19,7 +19,8 @@ all: class/html/index.html \
afterdoc/html/index.html \
template/html/index.html \
tag/html/index.html \
- group/html/index.html
+ group/html/index.html \
+ diagram/html/index.html
clean:
rm -rf class define enum file func page relates author \
@@ -90,3 +91,6 @@ template/html/index.html: templ.cpp templ.cfg
group/html/index.html: group.cpp group.cfg
$(DOXYGEN)/bin/doxygen group.cfg
+
+diagram/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg
+ $(DOXYGEN)/bin/doxygen diagrams.cfg
diff --git a/examples/Makefile.win.in b/examples/Makefile.win.in
index 0b77836..55e031b 100644
--- a/examples/Makefile.win.in
+++ b/examples/Makefile.win.in
@@ -18,7 +18,11 @@ all: class/html/index.html \
autolink/html/index.html \
tag/html/index.html \
restypedef/html/index.html \
- afterdoc/html/index.html
+ afterdoc/html/index.html \
+ template/html/index.html \
+ tag/html/index.html \
+ group/html/index.html \
+ diagram/html/index.html
clean:
deltree /y class define enum file
@@ -87,3 +91,12 @@ restypedef/html/index.html: restypedef.cpp restypedef.cfg
afterdoc/html/index.html: afterdoc.h afterdoc.cfg
$(DOXYDIR)\doxygen afterdoc.cfg
+
+template/html/index.html: templ.cpp templ.cfg
+ $(DOXYDIR)\doxygen templ.cfg
+
+group/html/index.html: group.cpp group.cfg
+ $(DOXYDIR)\doxygen group.cfg
+
+diagram/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg
+ $(DOXYDIR)\doxygen diagrams.cfg
diff --git a/examples/class.h b/examples/class.h
index e5c4e2d..8e7fb3b 100644
--- a/examples/class.h
+++ b/examples/class.h
@@ -4,7 +4,7 @@ class Test
{
}
-/*! \class Test class.h inc/class.h
+/*! \class Test class.h "inc/class.h"
* \brief This is a test class.
*
* Some details about the Test class
diff --git a/examples/restypedef.cpp b/examples/restypedef.cpp
index 2cd3f8f..923cf70 100644
--- a/examples/restypedef.cpp
+++ b/examples/restypedef.cpp
@@ -14,7 +14,7 @@ struct CoordStruct
};
/*! Creates a type name for CoordStruct */
-typedef struct CoordStruct Coord;
+typedef CoordStruct Coord;
/*!
* This function returns the addition of \a c1 and \a c2, i.e: