summaryrefslogtreecommitdiffstats
path: root/src/cmdmapper.h
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 /src/cmdmapper.h
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 'src/cmdmapper.h')
-rw-r--r--src/cmdmapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmdmapper.h b/src/cmdmapper.h
index a033a0f..8c49b3f 100644
--- a/src/cmdmapper.h
+++ b/src/cmdmapper.h
@@ -137,7 +137,8 @@ enum CommandType
CMD_INCLUDEDOC = 107,
CMD_SNIPPETDOC = 108,
CMD_SNIPWITHLINES= 109,
- CMD_EMOJI = 110
+ CMD_EMOJI = 110,
+ CMD_EQUAL = 111
};
enum HtmlTagType