summaryrefslogtreecommitdiffstats
path: root/src/perlmodgen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-08-16 10:46:21 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-08-16 10:46:21 (GMT)
commitcf82dae5f6a9fddcc24e9b7acc110f72fa0442df (patch)
tree039206e73b27e367e643323b73c0795ef2ee7dec /src/perlmodgen.cpp
parent66ae8f62afbdc98c1c190fcc74a8263e7e6a0aa8 (diff)
downloadDoxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.zip
Doxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.tar.gz
Doxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.tar.bz2
Adding HTML s tag, XML corrections for other tags
Adding the HTML `<s>` tag (https://www.w3schools.com/tags/tag_s.asp). Adding 's' and correcting 'inc' to 'ins' in compound.xsd
Diffstat (limited to 'src/perlmodgen.cpp')
-rw-r--r--src/perlmodgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp
index a288e0e..92670d9 100644
--- a/src/perlmodgen.cpp
+++ b/src/perlmodgen.cpp
@@ -639,6 +639,7 @@ void PerlModDocVisitor::visit(DocStyleChange *s)
switch (s->style())
{
case DocStyleChange::Bold: style = "bold"; break;
+ case DocStyleChange::S: style = "s"; break;
case DocStyleChange::Strike: style = "strike"; break;
case DocStyleChange::Del: style = "del"; break;
case DocStyleChange::Underline: style = "underline"; break;