summaryrefslogtreecommitdiffstats
path: root/src/perlmodgen.cpp
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 /src/perlmodgen.cpp
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 'src/perlmodgen.cpp')
-rw-r--r--src/perlmodgen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp
index 7a804b1..441c4d3 100644
--- a/src/perlmodgen.cpp
+++ b/src/perlmodgen.cpp
@@ -640,7 +640,9 @@ void PerlModDocVisitor::visit(DocStyleChange *s)
{
case DocStyleChange::Bold: style = "bold"; break;
case DocStyleChange::Strike: style = "strike"; break;
+ case DocStyleChange::Del: style = "del"; break;
case DocStyleChange::Underline: style = "underline"; break;
+ case DocStyleChange::Ins: style = "ins"; break;
case DocStyleChange::Italic: style = "italic"; break;
case DocStyleChange::Code: style = "code"; break;
case DocStyleChange::Subscript: style = "subscript"; break;