diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-15 10:08:19 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-15 10:08:19 (GMT) |
commit | 43420bd77408559cb66c83e9ce601426b371bc74 (patch) | |
tree | 1625bdceb38481919cfeaa1794e18c017b8cdab7 /testing/071 | |
parent | 7296e6bf11ff98e100ff3768381c8411fe57f8e1 (diff) | |
download | Doxygen-43420bd77408559cb66c83e9ce601426b371bc74.zip Doxygen-43420bd77408559cb66c83e9ce601426b371bc74.tar.gz Doxygen-43420bd77408559cb66c83e9ce601426b371bc74.tar.bz2 |
issue #7635: Incorrect location for enum in XML file (part 2)
Diffstat (limited to 'testing/071')
-rw-r--r-- | testing/071/namespace_a_namespace_1_1_0d0.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/071/namespace_a_namespace_1_1_0d0.xml b/testing/071/namespace_a_namespace_1_1_0d0.xml index d439723..1eca472 100644 --- a/testing/071/namespace_a_namespace_1_1_0d0.xml +++ b/testing/071/namespace_a_namespace_1_1_0d0.xml @@ -33,13 +33,13 @@ </detaileddescription> <inbodydescription> </inbodydescription> - <location file="071_enum_in_anon_ns.cpp" line="6" column="19" bodyfile="071_enum_in_anon_ns.cpp" bodystart="6" bodyend="10"/> + <location file="071_enum_in_anon_ns.cpp" line="6" column="1" bodyfile="071_enum_in_anon_ns.cpp" bodystart="6" bodyend="10"/> </memberdef> </sectiondef> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> - <location file="071_enum_in_anon_ns.cpp" line="4" column="30"/> + <location file="071_enum_in_anon_ns.cpp" line="4" column="20"/> </compounddef> </doxygen> |