summaryrefslogtreecommitdiffstats
path: root/src/docbookvisitor.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-26 12:35:01 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-26 12:35:01 (GMT)
commit2d3a014e62dce6f93e959ef6106ecc9167729967 (patch)
treedc73c573077513a68ddb24f4d84c8b1c5f0ed3fc /src/docbookvisitor.cpp
parent9901c06e250aca3b4b01b9038b7eed5af05b8398 (diff)
parent5b1eaf616f0edd430637d31eae51eea26fbac408 (diff)
downloadDoxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.zip
Doxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.tar.gz
Doxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.tar.bz2
Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s
Diffstat (limited to 'src/docbookvisitor.cpp')
-rw-r--r--src/docbookvisitor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docbookvisitor.cpp b/src/docbookvisitor.cpp
index 43673de..9de0a16 100644
--- a/src/docbookvisitor.cpp
+++ b/src/docbookvisitor.cpp
@@ -282,6 +282,7 @@ DB_VIS_C
/* There is no equivalent Docbook tag for rendering Small text */
case DocStyleChange::Small: /* XSLT Stylesheets can be used */ break;
/* HTML only */
+ case DocStyleChange::S: break;
case DocStyleChange::Strike: break;
case DocStyleChange::Del: break;
case DocStyleChange::Underline: break;