summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-20 14:43:18 (GMT)
committerGitHub <noreply@github.com>2019-12-20 14:43:18 (GMT)
commitcf81d4b63fa8b4adcb8fe66e4d49d285658be47e (patch)
tree2b0394fea31489dd5092cf8c93ad7135975afd25
parent0fc0de19ba79068ff7b6bad1e161393adcd865b8 (diff)
parent67d45042f2f30c1c6543c2cecfb608228a158a85 (diff)
downloadDoxygen-cf81d4b63fa8b4adcb8fe66e4d49d285658be47e.zip
Doxygen-cf81d4b63fa8b4adcb8fe66e4d49d285658be47e.tar.gz
Doxygen-cf81d4b63fa8b4adcb8fe66e4d49d285658be47e.tar.bz2
Merge pull request #7458 from albert-github/feature/bug_tests_xmlxsd
Tests 86 with check against xsd gives error
-rw-r--r--templates/xml/compound.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 7769c70..954141d 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -414,6 +414,7 @@
<xsd:element name="underline" type="docMarkupType" />
<xsd:element name="emphasis" type="docMarkupType" />
<xsd:element name="computeroutput" type="docMarkupType" />
+ <xsd:element name="ins" type="docMarkupType" />
<xsd:element name="subscript" type="docMarkupType" />
<xsd:element name="superscript" type="docMarkupType" />
<xsd:element name="center" type="docMarkupType" />