summaryrefslogtreecommitdiffstats
path: root/src/compound.xsd
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-08 12:32:33 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-08 12:32:33 (GMT)
commit97d12d058a7831adcc8c6f2cfe8c20ddd2ae5bc2 (patch)
treecbe9d47addde8fc8e3c8a3a017165bb0cce1ba3b /src/compound.xsd
parented8ce3cf405204916f9832e26797cb15d1490fd1 (diff)
downloadDoxygen-97d12d058a7831adcc8c6f2cfe8c20ddd2ae5bc2.zip
Doxygen-97d12d058a7831adcc8c6f2cfe8c20ddd2ae5bc2.tar.gz
Doxygen-97d12d058a7831adcc8c6f2cfe8c20ddd2ae5bc2.tar.bz2
Bug 733451 - volatile declaration on member functions is not handled as xml attribute
Diffstat (limited to 'src/compound.xsd')
-rw-r--r--src/compound.xsd12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/compound.xsd b/src/compound.xsd
index 2521a2e..dec596b 100644
--- a/src/compound.xsd
+++ b/src/compound.xsd
@@ -145,12 +145,12 @@
<xsd:attribute name="id" type="xsd:string" />
<xsd:attribute name="prot" type="DoxProtectionKind" />
<xsd:attribute name="static" type="DoxBool" />
- <xsd:attribute name="const" type="DoxBool" />
- <xsd:attribute name="explicit" type="DoxBool" />
- <xsd:attribute name="inline" type="DoxBool" />
- <xsd:attribute name="virt" type="DoxVirtualKind" />
- <xsd:attribute name="volatile" type="DoxBool" />
- <xsd:attribute name="mutable" type="DoxBool" />
+ <xsd:attribute name="const" type="DoxBool" use="optional"/>
+ <xsd:attribute name="explicit" type="DoxBool" use="optional"/>
+ <xsd:attribute name="inline" type="DoxBool" use="optional"/>
+ <xsd:attribute name="virt" type="DoxVirtualKind" use="optional"/>
+ <xsd:attribute name="volatile" type="DoxBool" use="optional"/>
+ <xsd:attribute name="mutable" type="DoxBool" use="optional"/>
<!-- Qt property -->
<xsd:attribute name="readable" type="DoxBool" use="optional"/>
<xsd:attribute name="writable" type="DoxBool" use="optional"/>