summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorcosmichound <cosmichound@users.noreply.github.com>2017-06-30 06:07:15 (GMT)
committerGitHub <noreply@github.com>2017-06-30 06:07:15 (GMT)
commitc93a7c34e7efd5ae1f2c3e4d230e29a333bc237a (patch)
treec9377e76389d0f6dbc282464e5b51472df81356f /doc
parente7e62101a1a659740223c32cdd525b1e66b1cf09 (diff)
downloadDoxygen-c93a7c34e7efd5ae1f2c3e4d230e29a333bc237a.zip
Doxygen-c93a7c34e7efd5ae1f2c3e4d230e29a333bc237a.tar.gz
Doxygen-c93a7c34e7efd5ae1f2c3e4d230e29a333bc237a.tar.bz2
Documentation, correct referenced file
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 4357fba..34842a4 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -2120,8 +2120,8 @@ Commands for displaying examples
\par Example:
\include include.cpp
- Where the example file \c example_test.cpp looks as follows:
- \include example_test.cpp
+ Where the example file \c include_test.cpp looks as follows:
+ \include include_test.cpp
\htmlonly
Click <a href="examples/include/html/example.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.