diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-11-15 14:41:06 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-11-15 14:41:06 (GMT) |
commit | b20ff12b9d8fa90143628233319beec2c20266d7 (patch) | |
tree | aa3814339507e0a58216fe75837a5f055b2405e2 /examples | |
parent | 4fbc34523cbbb9f6532b4113338ef59df193973f (diff) | |
download | Doxygen-b20ff12b9d8fa90143628233319beec2c20266d7.zip Doxygen-b20ff12b9d8fa90143628233319beec2c20266d7.tar.gz Doxygen-b20ff12b9d8fa90143628233319beec2c20266d7.tar.bz2 |
Release-1.3-rc1
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 |