summaryrefslogtreecommitdiffstats
path: root/examples/diagrams_a.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-02-15 20:10:52 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-02-15 20:10:52 (GMT)
commit8cc2d754b7ad3e3e88f4c1bb92878d8f517076e6 (patch)
tree53992eaf82cf36cb6c455368239e61516595cd37 /examples/diagrams_a.h
parent082b421913688541087c4b810cd48a882c3d87c9 (diff)
downloadDoxygen-8cc2d754b7ad3e3e88f4c1bb92878d8f517076e6.zip
Doxygen-8cc2d754b7ad3e3e88f4c1bb92878d8f517076e6.tar.gz
Doxygen-8cc2d754b7ad3e3e88f4c1bb92878d8f517076e6.tar.bz2
Tagged the release as 1.1.0
Forgot a couple of example files.
Diffstat (limited to 'examples/diagrams_a.h')
-rw-r--r--examples/diagrams_a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/diagrams_a.h b/examples/diagrams_a.h
new file mode 100644
index 0000000..047a8ab
--- /dev/null
+++ b/examples/diagrams_a.h
@@ -0,0 +1,4 @@
+#ifndef _DIAGRAMS_A_H
+#define _DIAGRAMS_A_H
+class A { public: A *m_self; };
+#endif