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 /testing/027/struct_vehicle.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 'testing/027/struct_vehicle.xml')
-rw-r--r-- | testing/027/struct_vehicle.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/027/struct_vehicle.xml b/testing/027/struct_vehicle.xml index acf10a0..c217fc6 100644 --- a/testing/027/struct_vehicle.xml +++ b/testing/027/struct_vehicle.xml @@ -40,7 +40,7 @@ </detaileddescription> <inbodydescription> </inbodydescription> - <location file="027_extends.c" line="53" column="1"/> + <location file="027_extends.c" line="53" column="1" declfile="027_extends.c" declline="53" declcolumn="1"/> </memberdef> <memberdef kind="function" id="struct_vehicle_1a4dcbcba43792dcd673a552b14479ab77" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> <type>void</type> @@ -58,7 +58,7 @@ </detaileddescription> <inbodydescription> </inbodydescription> - <location file="027_extends.c" line="60" column="1"/> + <location file="027_extends.c" line="60" column="1" declfile="027_extends.c" declline="60" declcolumn="1"/> </memberdef> </sectiondef> <briefdescription> |