summaryrefslogtreecommitdiffstats
path: root/src/compound_xsd.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2006-12-02 14:54:35 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2006-12-02 14:54:35 (GMT)
commitd2d57f02eabbe81ea976f31e2af66c80c01a2a0b (patch)
tree0af428e60324ef94f5e04cee664374d5907c36ac /src/compound_xsd.h
parentd384b6c7459cffcbb30bdd0ab06bde6f0cd12688 (diff)
downloadDoxygen-d2d57f02eabbe81ea976f31e2af66c80c01a2a0b.zip
Doxygen-d2d57f02eabbe81ea976f31e2af66c80c01a2a0b.tar.gz
Doxygen-d2d57f02eabbe81ea976f31e2af66c80c01a2a0b.tar.bz2
Release-1.5.1-20061202
Diffstat (limited to 'src/compound_xsd.h')
-rw-r--r--src/compound_xsd.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/compound_xsd.h b/src/compound_xsd.h
index 9a73283..ded516c 100644
--- a/src/compound_xsd.h
+++ b/src/compound_xsd.h
@@ -147,8 +147,22 @@
" <xsd:attribute name=\"virt\" type=\"DoxVirtualKind\" />\n"
" <xsd:attribute name=\"volatile\" type=\"DoxBool\" />\n"
" <xsd:attribute name=\"mutable\" type=\"DoxBool\" />\n"
+" <!-- Qt property -->\n"
" <xsd:attribute name=\"readable\" type=\"DoxBool\" use=\"optional\"/>\n"
" <xsd:attribute name=\"writable\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <!-- C++/CLI variable -->\n"
+" <xsd:attribute name=\"initonly\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <!-- C++/CLI and C# property -->\n"
+" <xsd:attribute name=\"settable\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <xsd:attribute name=\"gettable\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <!-- C++/CLI function -->\n"
+" <xsd:attribute name=\"final\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <xsd:attribute name=\"sealed\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <xsd:attribute name=\"new\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <!-- C++/CLI event -->\n"
+" <xsd:attribute name=\"add\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <xsd:attribute name=\"remove\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <xsd:attribute name=\"raise\" type=\"DoxBool\" use=\"optional\"/>\n"
" </xsd:complexType>\n"
"\n"
" <xsd:complexType name=\"descriptionType\" mixed=\"true\">\n"