summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-11-07 18:44:49 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-11-07 18:44:49 (GMT)
commit8292eeebd57aea339ea4ebad2267402d1183b097 (patch)
tree1487f7c6e6237bf119f339b2f337024a33209adc /doc/commands.doc
parent9440d7ce0b31749b6bbb13e70e2f7ed501505c7e (diff)
downloadDoxygen-8292eeebd57aea339ea4ebad2267402d1183b097.zip
Doxygen-8292eeebd57aea339ea4ebad2267402d1183b097.tar.gz
Doxygen-8292eeebd57aea339ea4ebad2267402d1183b097.tar.bz2
Create command for escaped equal sign
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.
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 fb03d98..ba444e2 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -213,6 +213,7 @@ documentation:
\refitem cmdamp \\\&
\refitem cmdtilde \\~
\refitem cmdlt \\\<
+\refitem cmdeq \\=
\refitem cmdgt \\\>
\refitem cmdhash \\\#
\refitem cmdperc \\\%
@@ -3434,6 +3435,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 \\::