summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSergei Izmailov <sergei.a.izmailov@gmail.com>2020-06-13 12:56:14 (GMT)
committerGitHub <noreply@github.com>2020-06-13 12:56:14 (GMT)
commit963b8da31e03d149eefb9d61033db9f7263728da (patch)
tree964cb607c2d67b93cf26eedcd8dae140438fa662 /templates
parente53fa89addc9659ad406298d27a6376d1eb53e0d (diff)
downloadDoxygen-963b8da31e03d149eefb9d61033db9f7263728da.zip
Doxygen-963b8da31e03d149eefb9d61033db9f7263728da.tar.gz
Doxygen-963b8da31e03d149eefb9d61033db9f7263728da.tar.bz2
Add namespace inline flag in xml output (#7828)
* Flag namespace as inline in xml output * Add inline namespace flag to innernamespace tag as well suggested by @mosra
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index e17d2fa..4df19ce 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -43,6 +43,7 @@
<xsd:attribute name="language" type="DoxLanguage" use="optional"/>
<xsd:attribute name="prot" type="DoxProtectionKind" />
<xsd:attribute name="final" type="DoxBool" use="optional"/>
+ <xsd:attribute name="inline" type="DoxBool" use="optional"/>
<xsd:attribute name="sealed" type="DoxBool" use="optional"/>
<xsd:attribute name="abstract" type="DoxBool" use="optional"/>
</xsd:complexType>
@@ -104,6 +105,7 @@
<xsd:extension base="xsd:string">
<xsd:attribute name="refid" type="xsd:string" />
<xsd:attribute name="prot" type="DoxProtectionKind" use="optional"/>
+ <xsd:attribute name="inline" type="DoxBool" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>