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/025 | |
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/025')
-rw-r--r-- | testing/025/class_test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/025/class_test.xml b/testing/025/class_test.xml index 7438488..f7ab931 100644 --- a/testing/025/class_test.xml +++ b/testing/025/class_test.xml @@ -25,7 +25,7 @@ <detaileddescription> <para>More details about this class. </para> </detaileddescription> - <location file="025_example.cpp" line="11" column="1" bodyfile="025_example.cpp" bodystart="10" bodyend="18"/> + <location file="025_example.cpp" line="10" column="1" bodyfile="025_example.cpp" bodystart="11" bodyend="18"/> <listofallmembers> <member refid="class_test_1a47b775f65718978f1ffcd96376f8ecfa" prot="public" virt="non-virtual"> <scope>Test</scope> |