diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-12 13:58:16 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-12 13:58:16 (GMT) |
commit | 7f40e488e27bcea4bb15045df05479dc5fbd9d6d (patch) | |
tree | 9497084f8c326623c0ed92e0f6974f845ad0fa8a /templates/xml | |
parent | 121ec253945f6563ac6731e3596cd9beaa39cb72 (diff) | |
download | Doxygen-7f40e488e27bcea4bb15045df05479dc5fbd9d6d.zip Doxygen-7f40e488e27bcea4bb15045df05479dc5fbd9d6d.tar.gz Doxygen-7f40e488e27bcea4bb15045df05479dc5fbd9d6d.tar.bz2 |
Added declfile, declline, and declcolumn attributes to the location element in the XML output
Diffstat (limited to 'templates/xml')
-rw-r--r-- | templates/xml/compound.xsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index 2d72d41..1715822 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -302,6 +302,9 @@ <xsd:attribute name="file" type="xsd:string" /> <xsd:attribute name="line" type="xsd:integer" /> <xsd:attribute name="column" type="xsd:integer" use="optional"/> + <xsd:attribute name="declfile" type="xsd:string" use="optional"/> + <xsd:attribute name="declline" type="xsd:integer" use="optional"/> + <xsd:attribute name="declcolumn" type="xsd:integer" use="optional"/> <xsd:attribute name="bodyfile" type="xsd:string" /> <xsd:attribute name="bodystart" type="xsd:integer" /> <xsd:attribute name="bodyend" type="xsd:integer" /> |