summaryrefslogtreecommitdiffstats
path: root/src/index.xsd
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-07-17 20:55:44 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-07-17 20:55:44 (GMT)
commit655c12fb6a950ed1b59bbcc29852ce20e45fdc6a (patch)
tree8287e27d133bcae2c4cca5bbd409891c8618c52d /src/index.xsd
parentaca0b88941aefecfbef3186e63049cc7fba0a11c (diff)
downloadDoxygen-655c12fb6a950ed1b59bbcc29852ce20e45fdc6a.zip
Doxygen-655c12fb6a950ed1b59bbcc29852ce20e45fdc6a.tar.gz
Doxygen-655c12fb6a950ed1b59bbcc29852ce20e45fdc6a.tar.bz2
Release-1.3.2-20030717
Diffstat (limited to 'src/index.xsd')
-rw-r--r--src/index.xsd4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.xsd b/src/index.xsd
index 5bf7a62..3a6238e 100644
--- a/src/index.xsd
+++ b/src/index.xsd
@@ -1,5 +1,6 @@
+<?xml version='1.0' encoding='utf-8' ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="doxygen" type="DoxygenType"/>
+ <xsd:element name="doxygenindex" type="DoxygenType"/>
<xsd:complexType name="DoxygenType">
<xsd:sequence>
@@ -47,6 +48,7 @@
<xsd:enumeration value="variable"/>
<xsd:enumeration value="typedef"/>
<xsd:enumeration value="enum"/>
+ <xsd:enumeration value="enumvalue"/>
<xsd:enumeration value="function"/>
<xsd:enumeration value="signal"/>
<xsd:enumeration value="prototype"/>