summaryrefslogtreecommitdiffstats
path: root/src/perlmodgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-08-26 13:14:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-08-26 13:14:28 (GMT)
commit48c677cdb006e913e65643b7643df642475a49b2 (patch)
tree1bc541949b72409d1029965ece08f40f7ed80aee /src/perlmodgen.cpp
parent716dfb2404342b9e33110ae2124f65f96199fbc7 (diff)
parent9eec9866fcdab896b53d44056c5afbc0b6a6373d (diff)
downloadDoxygen-48c677cdb006e913e65643b7643df642475a49b2.zip
Doxygen-48c677cdb006e913e65643b7643df642475a49b2.tar.gz
Doxygen-48c677cdb006e913e65643b7643df642475a49b2.tar.bz2
Merge branch 'feature/bug_667993' of https://github.com/albert-github/doxygen into albert-github-feature/bug_667993
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 7bf0b82..f805383 100644
--- a/src/perlmodgen.cpp
+++ b/src/perlmodgen.cpp
@@ -626,6 +626,8 @@ void PerlModDocVisitor::visit(DocStyleChange *s)
switch (s->style())
{
case DocStyleChange::Bold: style = "bold"; break;
+ case DocStyleChange::Strike: style = "strike"; break;
+ case DocStyleChange::Underline: style = "underline"; break;
case DocStyleChange::Italic: style = "italic"; break;
case DocStyleChange::Code: style = "code"; break;
case DocStyleChange::Subscript: style = "subscript"; break;