summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 8619cba..ae27a7a 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -1969,10 +1969,6 @@ Commands to create links
This command places an invisible, named anchor into the documentation
to which you can refer with the \ref cmdref "\\ref" command.
- \note Anchors can currently only be put into a comment block
- that is marked as a page (using \ref cmdpage "\\page") or mainpage
- (\ref cmdmainpage "\\mainpage").
-
\sa section \ref cmdref "\\ref".
<hr>
@@ -2190,7 +2186,7 @@ Commands for displaying examples
\htmlonly</p></center><p>\endhtmlonly
<hr>
-\section cmddontinclude \\dontinclude <file-name>
+\section cmddontinclude \\dontinclude[{lineno}] <file-name>
\addindex \\dontinclude
This command can be used to parse a source file without actually
@@ -2201,6 +2197,8 @@ Commands for displaying examples
\ref cfg_example_path "EXAMPLE_PATH"
tag of doxygen's configuration file.
+ You can add option `{lineno}` to enable line numbers for the included code if desired.
+
The class and member declarations and definitions inside the code fragment
are 'remembered' during the parsing of the comment block that contained
the \c \\dontinclude command.