diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-11-26 18:51:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 18:51:15 (GMT) |
commit | f9364c0df8b9358bda160078448eea86e3b916e4 (patch) | |
tree | d14a7f17408ecedc2cc506496bc9e5b4df18a907 /doc | |
parent | 87f976fc5a777bc96074aaf95dc3bdb6008c458d (diff) | |
parent | 4ab73bb872b443ad798be384171c5ff222cb2ba2 (diff) | |
download | Doxygen-f9364c0df8b9358bda160078448eea86e3b916e4.zip Doxygen-f9364c0df8b9358bda160078448eea86e3b916e4.tar.gz Doxygen-f9364c0df8b9358bda160078448eea86e3b916e4.tar.bz2 |
Merge pull request #7293 from albert-github/feature/bug_doc_cmd
Textual error
Diffstat (limited to 'doc')
-rw-r--r-- | doc/commands.doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 4e0a6f9..5c6d067 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -2277,8 +2277,8 @@ Commands for displaying examples The `option` `lineno` can be used to enable line numbers for the included code if desired. The `option` `doc` can be used to treat the file as documentation rather than code. - \note Some that when using the `{doc}` option, - commands like \ref cmdcond "\\cond" and \ref cmdif "\\if" don't work with + \note When using the `{doc}` option, + some commands like \ref cmdcond "\\cond" and \ref cmdif "\\if" don't work with this command due to the moment of parsing. \note The included documentation should not have comment signs in it as they will appear @@ -2409,8 +2409,8 @@ Commands for displaying examples The `option` `lineno` can be used to enable line numbers for the included code if desired. The `option` `doc` can be used to treat the file as documentation rather than code. - \note Some that when using the `{doc}` option, - commands like \ref cmdcond "\\cond" and \ref cmdif "\\if" don't work with + \note When using the `{doc}` option, + some commands like \ref cmdcond "\\cond" and \ref cmdif "\\if" don't work with this command due to the moment of parsing. \note The included documentation should not have comment signs in it as they will appear |