summaryrefslogtreecommitdiffstats
path: root/src/cmdmapper.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-08-16 10:46:21 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-08-16 10:46:21 (GMT)
commitcf82dae5f6a9fddcc24e9b7acc110f72fa0442df (patch)
tree039206e73b27e367e643323b73c0795ef2ee7dec /src/cmdmapper.h
parent66ae8f62afbdc98c1c190fcc74a8263e7e6a0aa8 (diff)
downloadDoxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.zip
Doxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.tar.gz
Doxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.tar.bz2
Adding HTML s tag, XML corrections for other tags
Adding the HTML `<s>` tag (https://www.w3schools.com/tags/tag_s.asp). Adding 's' and correcting 'inc' to 'ins' in compound.xsd
Diffstat (limited to 'src/cmdmapper.h')
-rw-r--r--src/cmdmapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmdmapper.h b/src/cmdmapper.h
index d670cd4..d44e834 100644
--- a/src/cmdmapper.h
+++ b/src/cmdmapper.h
@@ -181,6 +181,7 @@ enum HtmlTagType
HTML_UNDERLINE = 35,
HTML_INS = 36,
HTML_DEL = 37,
+ HTML_S = 38,
XML_CmdMask = 0x100,