diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-13 12:15:54 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-13 12:15:54 (GMT) |
commit | 6a1b3708a6bc240cea79b3191b0dafacb014fdb6 (patch) | |
tree | 26c0f9d2c7f8e328bbab87f4d069c051e2964d65 /templates/xml | |
parent | 22a83d10db269c4a5d17873936292621eb64811f (diff) | |
download | Doxygen-6a1b3708a6bc240cea79b3191b0dafacb014fdb6.zip Doxygen-6a1b3708a6bc240cea79b3191b0dafacb014fdb6.tar.gz Doxygen-6a1b3708a6bc240cea79b3191b0dafacb014fdb6.tar.bz2 |
Added 'constexpr' as attribute label and to XML output
Diffstat (limited to 'templates/xml')
-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 0994c7c..33310aa 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -156,6 +156,7 @@ <xsd:attribute name="volatile" type="DoxBool" use="optional"/> <xsd:attribute name="mutable" type="DoxBool" use="optional"/> <xsd:attribute name="noexcept" type="DoxBool" use="optional"/> + <xsd:attribute name="constexpr" type="DoxBool" use="optional"/> <!-- Qt property --> <xsd:attribute name="readable" type="DoxBool" use="optional"/> <xsd:attribute name="writable" type="DoxBool" use="optional"/> |