summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-11-05 17:56:34 (GMT)
committerGitHub <noreply@github.com>2020-11-05 17:56:34 (GMT)
commit96ea70db2fbac20a083ec5d0832caf3a4c3d88c9 (patch)
tree59961e0717ad32c87a60b221c8c89172b982e4bc
parent67132b86a0d24cafab0fa400b1433f908efd4113 (diff)
parent9fb944fc99c2963fd010963a7e9f17a994195c6f (diff)
downloadDoxygen-96ea70db2fbac20a083ec5d0832caf3a4c3d88c9.zip
Doxygen-96ea70db2fbac20a083ec5d0832caf3a4c3d88c9.tar.gz
Doxygen-96ea70db2fbac20a083ec5d0832caf3a4c3d88c9.tar.bz2
Merge pull request #8161 from albert-github/feature/issue_8160
issue #8160 Example in documentation of ALIASES shows using `\n` instead of `^^`
-rw-r--r--doc/custcmd.doc2
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