summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-08-16 14:04:47 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-08-16 14:04:47 (GMT)
commit5b1eaf616f0edd430637d31eae51eea26fbac408 (patch)
treebd5658d1c958ce062f1057e721d9f6186d018fbb
parentcf82dae5f6a9fddcc24e9b7acc110f72fa0442df (diff)
downloadDoxygen-5b1eaf616f0edd430637d31eae51eea26fbac408.zip
Doxygen-5b1eaf616f0edd430637d31eae51eea26fbac408.tar.gz
Doxygen-5b1eaf616f0edd430637d31eae51eea26fbac408.tar.bz2
Adding HTML s tag, XML corrections for other tags
Added documentation.
-rw-r--r--doc/htmlcmds.doc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc
index 12347ab..8af2305 100644
--- a/doc/htmlcmds.doc
+++ b/doc/htmlcmds.doc
@@ -87,6 +87,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.