summaryrefslogtreecommitdiffstats
path: root/doc/htmlcmds.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-26 12:35:01 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-26 12:35:01 (GMT)
commit2d3a014e62dce6f93e959ef6106ecc9167729967 (patch)
treedc73c573077513a68ddb24f4d84c8b1c5f0ed3fc /doc/htmlcmds.doc
parent9901c06e250aca3b4b01b9038b7eed5af05b8398 (diff)
parent5b1eaf616f0edd430637d31eae51eea26fbac408 (diff)
downloadDoxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.zip
Doxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.tar.gz
Doxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.tar.bz2
Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s
Diffstat (limited to 'doc/htmlcmds.doc')
-rw-r--r--doc/htmlcmds.doc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc
index 57ddf6f..edc14d9 100644
--- a/doc/htmlcmds.doc
+++ b/doc/htmlcmds.doc
@@ -89,6 +89,8 @@ of a HTML tag are passed on to the HTML output only
<li><tt>\</SMALL\></tt> Ends a <tt>\<SMALL\></tt> section.
<li><tt>\<SPAN></tt> Starts an inline text fragment with a specific style (HTML only)
<li><tt>\</SPAN></tt> Ends an inline text fragment with a specific style (HTML only)
+<li><tt>\<S\></tt> Starts a section of strike through text.
+<li><tt>\</S\></tt> Ends a section of strike through text.
<li><tt>\<STRIKE\></tt> Starts a section of strike through text.
<li><tt>\</STRIKE\></tt> Ends a section of strike through text.
<li><tt>\<STRONG\></tt> Starts a section of bold text.