diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-12-24 09:36:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 09:36:41 (GMT) |
commit | 9309327a1856987f0ada23f322aa548bc981e322 (patch) | |
tree | cc58c829a232da53273d0ce6306354886c92f73a /templates | |
parent | ef77c30f9fbdb46dd78795cdb0a325eb8c29cf2f (diff) | |
parent | 169cad806ea795e5c425fd397aa0de54cbc0a81e (diff) | |
download | Doxygen-9309327a1856987f0ada23f322aa548bc981e322.zip Doxygen-9309327a1856987f0ada23f322aa548bc981e322.tar.gz Doxygen-9309327a1856987f0ada23f322aa548bc981e322.tar.bz2 |
Merge pull request #627 from mosra/xml-strong-typed-enums
Full support for strong and typed enums in the XML output
Diffstat (limited to 'templates')
-rw-r--r-- | templates/xml/compound.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index 82538e6..b4356ac 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -147,6 +147,7 @@ <xsd:attribute name="id" type="xsd:string" /> <xsd:attribute name="prot" type="DoxProtectionKind" /> <xsd:attribute name="static" type="DoxBool" /> + <xsd:attribute name="strong" type="DoxBool" use="optional"/> <xsd:attribute name="const" type="DoxBool" use="optional"/> <xsd:attribute name="explicit" type="DoxBool" use="optional"/> <xsd:attribute name="inline" type="DoxBool" use="optional"/> |