summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-11-15 14:41:06 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-11-15 14:41:06 (GMT)
commite952dab58265a6f21867e51f72d7d81ffe39e082 (patch)
treeaa3814339507e0a58216fe75837a5f055b2405e2 /examples
parentc400bd439b3df09704e33df382ed7b08f80dd8ed (diff)
downloadDoxygen-e952dab58265a6f21867e51f72d7d81ffe39e082.zip
Doxygen-e952dab58265a6f21867e51f72d7d81ffe39e082.tar.gz
Doxygen-e952dab58265a6f21867e51f72d7d81ffe39e082.tar.bz2
Release-1.3-rc1
Diffstat (limited to 'examples')
-rw-r--r--examples/class.h2
-rw-r--r--examples/example.cfg20
-rw-r--r--examples/page.doc4
3 files changed, 14 insertions, 12 deletions
diff --git a/examples/class.h b/examples/class.h
index 8e7fb3b..e5a9121 100644
--- a/examples/class.h
+++ b/examples/class.h
@@ -2,7 +2,7 @@
class Test
{
-}
+};
/*! \class Test class.h "inc/class.h"
* \brief This is a test class.
diff --git a/examples/example.cfg b/examples/example.cfg
index 9f87df1..1815a76 100644
--- a/examples/example.cfg
+++ b/examples/example.cfg
@@ -1,11 +1,11 @@
-PROJECT_NAME = "Example Command"
-OUTPUT_DIRECTORY = example
-GENERATE_TAGFILE = example.tag
-GENERATE_LATEX = NO
-GENERATE_MAN = NO
-GENERATE_RTF = NO
-CASE_SENSE_NAMES = NO
-INPUT = example.cpp
-EXAMPLE_PATH = example_test.cpp
-QUIET = YES
+PROJECT_NAME = "Example Command"
+OUTPUT_DIRECTORY = example
+GENERATE_TAGFILE = example.tag
+GENERATE_LATEX = NO
+GENERATE_MAN = NO
+GENERATE_RTF = NO
+CASE_SENSE_NAMES = NO
+INPUT = example.cpp
+EXAMPLE_PATH = example_test.cpp
+QUIET = YES
JAVADOC_AUTOBRIEF = YES
diff --git a/examples/page.doc b/examples/page.doc
index 41c9e02..747a4b8 100644
--- a/examples/page.doc
+++ b/examples/page.doc
@@ -1,6 +1,8 @@
/*! \page page1 A documentation page
+ Leading text.
+ \section sec An example section
This page contains the subsections \ref subsection1 and \ref subsection2.
- For more info see section \ref page2.
+ For more info see page \ref page2.
\subsection subsection1 The first subsection
Text.
\subsection subsection2 The second subsection