summaryrefslogtreecommitdiffstats
path: root/templates
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 /templates
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 'templates')
-rw-r--r--templates/xml/compound.xsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 60a0b09..4adbb7d 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -410,6 +410,7 @@
<xsd:choice>
<xsd:element name="ulink" type="docURLLink" />
<xsd:element name="bold" type="docMarkupType" />
+ <xsd:element name="s" type="docMarkupType" />
<xsd:element name="strike" type="docMarkupType" />
<xsd:element name="underline" type="docMarkupType" />
<xsd:element name="emphasis" type="docMarkupType" />
@@ -420,7 +421,7 @@
<xsd:element name="center" type="docMarkupType" />
<xsd:element name="small" type="docMarkupType" />
<xsd:element name="del" type="docMarkupType" />
- <xsd:element name="inc" type="docMarkupType" />
+ <xsd:element name="ins" type="docMarkupType" />
<xsd:element name="htmlonly" type="docHtmlOnlyType" />
<xsd:element name="manonly" type="xsd:string" />
<xsd:element name="xmlonly" type="xsd:string" />