summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-03-09 14:34:17 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-03-09 14:34:17 (GMT)
commit0c8bc0e1bae616cab770884864d72d66db953235 (patch)
tree2780521957182f56829861ac3105317002d41f1a /doc
parent169a67186780c191749b958de0f71a17fa090248 (diff)
parent8d13a1a9d0e6a5e4f50563b6d1b6840176e4a5cc (diff)
downloadDoxygen-0c8bc0e1bae616cab770884864d72d66db953235.zip
Doxygen-0c8bc0e1bae616cab770884864d72d66db953235.tar.gz
Doxygen-0c8bc0e1bae616cab770884864d72d66db953235.tar.bz2
Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert-github/doxygen into albert-github-feature/bug_lineno_split_examples
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 0e66c1d..b6c8f6b 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -2186,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
@@ -2197,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.