summaryrefslogtreecommitdiffstats
path: root/templates
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 /templates
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 '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 6eb7e0a..698a0cc 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" />
@@ -419,7 +420,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" />