diff options
author | albert-github <albert.tests@gmail.com> | 2020-11-05 13:21:45 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-11-05 13:21:45 (GMT) |
commit | 9fb944fc99c2963fd010963a7e9f17a994195c6f (patch) | |
tree | 59961e0717ad32c87a60b221c8c89172b982e4bc /doc | |
parent | 67132b86a0d24cafab0fa400b1433f908efd4113 (diff) | |
download | Doxygen-9fb944fc99c2963fd010963a7e9f17a994195c6f.zip Doxygen-9fb944fc99c2963fd010963a7e9f17a994195c6f.tar.gz Doxygen-9fb944fc99c2963fd010963a7e9f17a994195c6f.tar.bz2 |
issue #8160 Example in documentation of ALIASES shows using `\n` instead of `^^`
Small correction in documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/custcmd.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/custcmd.doc b/doc/custcmd.doc index c6be4c4..0cc1d4d 100644 --- a/doc/custcmd.doc +++ b/doc/custcmd.doc @@ -34,7 +34,7 @@ The simplest form of an alias is a simple substitution of the form \endverbatim For example defining the following alias: \verbatim - ALIASES += sideeffect="\par Side Effects:\n" + ALIASES += sideeffect="\par Side Effects:^^" \endverbatim will allow you to put the command `\sideeffect` (or `@sideeffect`) in the documentation, which |