summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-03 16:33:14 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-08-03 16:33:14 (GMT)
commit3ecf263fa2cd5f6a1cbb06c3e34c5aa77b9a5b66 (patch)
treedad8144b4f89ad1ec8e3dd643e8d4c6d96086565 /doc
parenta606bdd949a4d6d126cd9d3425f65c23e345b62e (diff)
parent83db204cd8839b0bbe49e9ba1dc90f7519e34f71 (diff)
downloadDoxygen-3ecf263fa2cd5f6a1cbb06c3e34c5aa77b9a5b66.zip
Doxygen-3ecf263fa2cd5f6a1cbb06c3e34c5aa77b9a5b66.tar.gz
Doxygen-3ecf263fa2cd5f6a1cbb06c3e34c5aa77b9a5b66.tar.bz2
Merge branch 'fetaure/bug_html_ins_del_tag' of https://github.com/albert-github/doxygen into albert-github-fetaure/bug_html_ins_del_tag
Diffstat (limited to 'doc')
-rw-r--r--doc/htmlcmds.doc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc
index d483237..12347ab 100644
--- a/doc/htmlcmds.doc
+++ b/doc/htmlcmds.doc
@@ -45,6 +45,8 @@ of a HTML tag are passed on to the HTML output only
\ref cmdendcode "\\endcode".
<li><tt>\<DD\></tt> Starts an item description.
<li><tt>\</DD\></tt> Ends an item description.
+<li><tt>\<DEL\></tt> Starts a section of deleted text, typically shown strike through text.
+<li><tt>\</DEL\></tt> Ends a section of deleted text.
<li><tt>\<DFN\></tt> Starts a piece of text displayed in a typewriter font.
<li><tt>\</DFN\></tt> Ends a <tt>\<DFN\></tt> section.
<li><tt>\<DIV></tt> Starts a section with a specific style (HTML only)
@@ -71,6 +73,8 @@ of a HTML tag are passed on to the HTML output only
<li><tt>\<I\></tt> Starts a piece of text displayed in an italic font.
<li><tt>\</I\></tt> Ends a <tt>\<I\></tt> section.
<li><tt>\<IMG SRC="..." ...\></tt> This command is written with its attributes to the HTML output only. The SRC attribute is mandatory.
+<li><tt>\<INS\></tt> Starts a section of inserted text, typically shown as underlined text.
+<li><tt>\</INS\></tt> Ends a section of inserted text.
<li><tt>\<LI\></tt> Starts a new list item.
<li><tt>\</LI\></tt> Ends a list item.
<li><tt>\<OL\></tt> Starts a numbered item list.