summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-03 16:39:05 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-08-03 16:39:05 (GMT)
commit64cec1b3b347792c10995e0cd2be48ffa3ce8041 (patch)
tree590fc4b64192d90fa1e107194386fc82636fd3db /templates
parent3ecf263fa2cd5f6a1cbb06c3e34c5aa77b9a5b66 (diff)
downloadDoxygen-64cec1b3b347792c10995e0cd2be48ffa3ce8041.zip
Doxygen-64cec1b3b347792c10995e0cd2be48ffa3ce8041.tar.gz
Doxygen-64cec1b3b347792c10995e0cd2be48ffa3ce8041.tar.bz2
Add 'ins' and 'del' style tags to XML schema
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 7a65bd2..6eb7e0a 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -418,6 +418,8 @@
<xsd:element name="superscript" type="docMarkupType" />
<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="htmlonly" type="docHtmlOnlyType" />
<xsd:element name="manonly" type="xsd:string" />
<xsd:element name="xmlonly" type="xsd:string" />