diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-05-31 07:59:01 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-05-31 07:59:01 (GMT) |
commit | 635d8cf30e702bdf83fe5c96452f8f863d57bdee (patch) | |
tree | c88a62cfee260b2ff42ba00ce360d638605adf16 /testing/013 | |
parent | 7bcf8e9a379ec0599160e5562f07b93f8fb9557a (diff) | |
download | Doxygen-635d8cf30e702bdf83fe5c96452f8f863d57bdee.zip Doxygen-635d8cf30e702bdf83fe5c96452f8f863d57bdee.tar.gz Doxygen-635d8cf30e702bdf83fe5c96452f8f863d57bdee.tar.bz2 |
Further cmake changes
- made static build option for all windows targets
- made wizard flex interactive
- add 64bit support for libiconv on windows build
- updated test mechanism
Diffstat (limited to 'testing/013')
-rw-r--r-- | testing/013/class_t1.xml | 2 | ||||
-rw-r--r-- | testing/013/class_t2.xml | 2 | ||||
-rw-r--r-- | testing/013/class_t3.xml | 2 | ||||
-rw-r--r-- | testing/013/class_t4.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testing/013/class_t1.xml b/testing/013/class_t1.xml index e0dc3a2..ba91621 100644 --- a/testing/013/class_t1.xml +++ b/testing/013/class_t1.xml @@ -8,7 +8,7 @@ <detaileddescription> <para>A class </para> </detaileddescription> - <location file="013_class.h" bodystart="10" bodyend="12"/> + <location file="013_class.h" line="11" column="1" bodyfile="013_class.h" bodystart="10" bodyend="12"/> <listofallmembers> </listofallmembers> </compounddef> diff --git a/testing/013/class_t2.xml b/testing/013/class_t2.xml index ca534e6..9df47e2 100644 --- a/testing/013/class_t2.xml +++ b/testing/013/class_t2.xml @@ -8,7 +8,7 @@ <detaileddescription> <para>class <ref refid="class_t2" kindref="compound">T2</ref> </para> </detaileddescription> - <location file="013_class.h" bodystart="14" bodyend="16"/> + <location file="013_class.h" line="15" column="1" bodyfile="013_class.h" bodystart="14" bodyend="16"/> <listofallmembers> </listofallmembers> </compounddef> diff --git a/testing/013/class_t3.xml b/testing/013/class_t3.xml index 2fba932..dc0cd3f 100644 --- a/testing/013/class_t3.xml +++ b/testing/013/class_t3.xml @@ -8,7 +8,7 @@ <detaileddescription> <para>class <ref refid="class_t3" kindref="compound">T3</ref> </para> </detaileddescription> - <location file="013_class.h" bodystart="18" bodyend="20"/> + <location file="013_class.h" line="19" column="1" bodyfile="013_class.h" bodystart="18" bodyend="20"/> <listofallmembers> </listofallmembers> </compounddef> diff --git a/testing/013/class_t4.xml b/testing/013/class_t4.xml index 907049f..52955d2 100644 --- a/testing/013/class_t4.xml +++ b/testing/013/class_t4.xml @@ -8,7 +8,7 @@ <detaileddescription> <para>class <ref refid="class_t4" kindref="compound">T4</ref> </para> </detaileddescription> - <location file="013_class.h" bodystart="22" bodyend="24"/> + <location file="013_class.h" line="23" column="1" bodyfile="013_class.h" bodystart="22" bodyend="24"/> <listofallmembers> </listofallmembers> </compounddef> |