diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-11-03 18:04:43 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-11-03 18:04:43 (GMT) |
commit | a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11 (patch) | |
tree | 3d4fa775ba4ee12135f2ca20f59e2cb07f3efdf1 /src/compound.xsd | |
parent | 4c9ea88d11a7a5b2293d2f3c63e06a32dd010850 (diff) | |
download | Doxygen-a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11.zip Doxygen-a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11.tar.gz Doxygen-a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11.tar.bz2 |
Release-1.3.4-20031103
Diffstat (limited to 'src/compound.xsd')
-rw-r--r-- | src/compound.xsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compound.xsd b/src/compound.xsd index f445278..fa1ea92 100644 --- a/src/compound.xsd +++ b/src/compound.xsd @@ -93,6 +93,7 @@ <xsd:complexType name="memberdefType"> <xsd:sequence> + <xsd:element name="templateparamlist" type="templateparamlistType" minOccurs="0" /> <xsd:element name="type" type="linkedTextType" minOccurs="0" /> <xsd:element name="definition" minOccurs="0" /> <xsd:element name="argsstring" minOccurs="0" /> @@ -632,6 +633,11 @@ <xsd:enumeration value="protected-slot" /> <xsd:enumeration value="protected-static-func" /> <xsd:enumeration value="protected-static-attrib" /> + <xsd:enumeration value="package-type" /> + <xsd:enumeration value="package-func" /> + <xsd:enumeration value="package-attrib" /> + <xsd:enumeration value="package-static-func" /> + <xsd:enumeration value="package-static-attrib" /> <xsd:enumeration value="private-type" /> <xsd:enumeration value="private-func" /> <xsd:enumeration value="private-attrib" /> |