summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-04-22 09:58:11 (GMT)
committerGitHub <noreply@github.com>2018-04-22 09:58:11 (GMT)
commitb6f656dc2c44cdd349a339760d714d57172f0077 (patch)
tree9746ac7e89741f9b718fb3cb013d863d152a1c5d
parent75e5504f79336e84cda3fc5f478d3dc82b1700a6 (diff)
parent80ec5521ebee6072f6c43946cb5ef3e812ee777a (diff)
downloadDoxygen-b6f656dc2c44cdd349a339760d714d57172f0077.zip
Doxygen-b6f656dc2c44cdd349a339760d714d57172f0077.tar.gz
Doxygen-b6f656dc2c44cdd349a339760d714d57172f0077.tar.bz2
Merge pull request #690 from albert-github/feature/bug_test_numbers
Test renumbering
-rw-r--r--testing/072/072__using_8cpp.xml (renamed from testing/067/067__using_8cpp.xml)10
-rw-r--r--testing/072_using.cpp (renamed from testing/067_using.cpp)2
-rw-r--r--testing/073/073__typed__enum_8cpp.xml (renamed from testing/068/068__typed__enum_8cpp.xml)10
-rw-r--r--testing/073_typed_enum.cpp (renamed from testing/068_typed_enum.cpp)2
4 files changed, 12 insertions, 12 deletions
diff --git a/testing/067/067__using_8cpp.xml b/testing/072/072__using_8cpp.xml
index c278161..e368966 100644
--- a/testing/067/067__using_8cpp.xml
+++ b/testing/072/072__using_8cpp.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
- <compounddef id="067__using_8cpp" kind="file" language="C++">
- <compoundname>067_using.cpp</compoundname>
+ <compounddef id="072__using_8cpp" kind="file" language="C++">
+ <compoundname>072_using.cpp</compoundname>
<sectiondef kind="typedef">
- <memberdef kind="typedef" id="067__using_8cpp_1a1b01c504448c96cd2191a5184dd31acf" prot="public" static="no">
+ <memberdef kind="typedef" id="072__using_8cpp_1a1b01c504448c96cd2191a5184dd31acf" prot="public" static="no">
<templateparamlist>
<param>
<type>class T</type>
@@ -20,13 +20,13 @@
</detaileddescription>
<inbodydescription>
</inbodydescription>
- <location file="067_using.cpp" line="7" column="1" bodyfile="067_using.cpp" bodystart="7" bodyend="-1"/>
+ <location file="072_using.cpp" line="7" column="1" bodyfile="072_using.cpp" bodystart="7" bodyend="-1"/>
</memberdef>
</sectiondef>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
- <location file="067_using.cpp"/>
+ <location file="072_using.cpp"/>
</compounddef>
</doxygen>
diff --git a/testing/067_using.cpp b/testing/072_using.cpp
index eb2f5cc..ca02902 100644
--- a/testing/067_using.cpp
+++ b/testing/072_using.cpp
@@ -1,5 +1,5 @@
// objective: test template parameters for a type alias
-// check: 067__using_8cpp.xml
+// check: 072__using_8cpp.xml
/** \file */
diff --git a/testing/068/068__typed__enum_8cpp.xml b/testing/073/073__typed__enum_8cpp.xml
index 880bf14..9dda417 100644
--- a/testing/068/068__typed__enum_8cpp.xml
+++ b/testing/073/073__typed__enum_8cpp.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
- <compounddef id="068__typed__enum_8cpp" kind="file" language="C++">
- <compoundname>068_typed_enum.cpp</compoundname>
+ <compounddef id="073__typed__enum_8cpp" kind="file" language="C++">
+ <compoundname>073_typed_enum.cpp</compoundname>
<sectiondef kind="enum">
- <memberdef kind="enum" id="068__typed__enum_8cpp_1aa72902e6181db009a6a84502f81612c2" prot="public" static="no" strong="yes">
+ <memberdef kind="enum" id="073__typed__enum_8cpp_1aa72902e6181db009a6a84502f81612c2" prot="public" static="no" strong="yes">
<type>unsigned short</type>
<name>E</name>
<briefdescription>
@@ -13,13 +13,13 @@
</detaileddescription>
<inbodydescription>
</inbodydescription>
- <location file="068_typed_enum.cpp" line="7" column="1" bodyfile="068_typed_enum.cpp" bodystart="7" bodyend="7"/>
+ <location file="073_typed_enum.cpp" line="7" column="1" bodyfile="073_typed_enum.cpp" bodystart="7" bodyend="7"/>
</memberdef>
</sectiondef>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
- <location file="068_typed_enum.cpp"/>
+ <location file="073_typed_enum.cpp"/>
</compounddef>
</doxygen>
diff --git a/testing/068_typed_enum.cpp b/testing/073_typed_enum.cpp
index 44c4123..0818463 100644
--- a/testing/068_typed_enum.cpp
+++ b/testing/073_typed_enum.cpp
@@ -1,5 +1,5 @@
// objective: test underlying type and strongness for an enum
-// check: 068__typed__enum_8cpp.xml
+// check: 073__typed__enum_8cpp.xml
/** \file */