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/074 | |
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/074')
-rw-r--r-- | testing/074/namespacens.xml | 2 | ||||
-rw-r--r-- | testing/074/struct_foo.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/074/namespacens.xml b/testing/074/namespacens.xml index 0ee93fc..7b5d861 100644 --- a/testing/074/namespacens.xml +++ b/testing/074/namespacens.xml @@ -76,6 +76,6 @@ </itemizedlist> </para> </detaileddescription> - <location file="074_ref.cpp" line="64" column="12"/> + <location file="074_ref.cpp" line="64" column="1"/> </compounddef> </doxygen> diff --git a/testing/074/struct_foo.xml b/testing/074/struct_foo.xml index bf9c426..81499d9 100644 --- a/testing/074/struct_foo.xml +++ b/testing/074/struct_foo.xml @@ -243,7 +243,7 @@ </simplesect> </para> </detaileddescription> - <location file="074_ref.cpp" line="19" column="10" bodyfile="074_ref.cpp" bodystart="19" bodyend="54"/> + <location file="074_ref.cpp" line="19" column="1" bodyfile="074_ref.cpp" bodystart="19" bodyend="54"/> <listofallmembers> <member refid="struct_foo_1a5c036d1b3561a0e1beffe8c6799a4276" prot="public" virt="non-virtual"> <scope>Foo</scope> |