summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-26 11:00:40 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2018-12-26 11:00:40 (GMT)
commit5c4d10eb3ec7a33a92658f191cfb29d52431ed13 (patch)
tree0ef12d83b79bfe1a4fedf555db21103724b33635 /doc/commands.doc
parentb6662b61dd83be32481a1c83e092082e9d797f0a (diff)
parent8292eeebd57aea339ea4ebad2267402d1183b097 (diff)
downloadDoxygen-5c4d10eb3ec7a33a92658f191cfb29d52431ed13.zip
Doxygen-5c4d10eb3ec7a33a92658f191cfb29d52431ed13.tar.gz
Doxygen-5c4d10eb3ec7a33a92658f191cfb29d52431ed13.tar.bz2
Merge branch 'feature/bug_escaped_equal_sign' of https://github.com/albert-github/doxygen into albert-github-feature/bug_escaped_equal_sign
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index c569e6c..3711e29 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -214,6 +214,7 @@ documentation:
\refitem cmdamp \\\&
\refitem cmdtilde \\~
\refitem cmdlt \\\<
+\refitem cmdeq \\=
\refitem cmdgt \\\>
\refitem cmdhash \\\#
\refitem cmdperc \\\%
@@ -3462,6 +3463,14 @@ class Receiver
the start of a line.
<hr>
+\section cmdeq \\=
+
+ \addindex \\=
+ This command writes an equal sign (`=`) to the output. This
+ character sequence has to be escaped in some cases, because it is used
+ in Markdown header processing.
+
+<hr>
\section cmddcolon \\::
\addindex \\::