diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/class.h | 2 | ||||
-rw-r--r-- | examples/example.cfg | 20 | ||||
-rw-r--r-- | examples/page.doc | 4 |
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 |