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/009 | |
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/009')
-rw-r--r-- | testing/009/class_bug.xml | 2 | ||||
-rw-r--r-- | testing/009/class_deprecated.xml | 2 | ||||
-rw-r--r-- | testing/009/class_reminder.xml | 2 | ||||
-rw-r--r-- | testing/009/class_test.xml | 2 | ||||
-rw-r--r-- | testing/009/class_todo.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/testing/009/class_bug.xml b/testing/009/class_bug.xml index dc1ff06..5a770bb 100644 --- a/testing/009/class_bug.xml +++ b/testing/009/class_bug.xml @@ -32,7 +32,7 @@ </xrefsect> </para> </detaileddescription> - <location file="009_bug.cpp" bodystart="15" bodyend="26"/> + <location file="009_bug.cpp" line="16" column="1" bodyfile="009_bug.cpp" bodystart="15" bodyend="26"/> <listofallmembers> <member refid="class_bug_1a1f720954dd97cd1203e80501a6eae74c" prot="public" virt="non-virtual"> <scope>Bug</scope> diff --git a/testing/009/class_deprecated.xml b/testing/009/class_deprecated.xml index 53a6273..5d44aaf 100644 --- a/testing/009/class_deprecated.xml +++ b/testing/009/class_deprecated.xml @@ -30,7 +30,7 @@ </xrefsect> </para> </detaileddescription> - <location file="009_bug.cpp" bodystart="29" bodyend="36"/> + <location file="009_bug.cpp" line="30" column="1" bodyfile="009_bug.cpp" bodystart="29" bodyend="36"/> <listofallmembers> <member refid="class_deprecated_1a1d5f6803e72c625727e7083d1722dbf9" prot="public" virt="non-virtual"> <scope>Deprecated</scope> diff --git a/testing/009/class_reminder.xml b/testing/009/class_reminder.xml index c4f639e..379b3e7 100644 --- a/testing/009/class_reminder.xml +++ b/testing/009/class_reminder.xml @@ -37,7 +37,7 @@ </xrefsect> </para> </detaileddescription> - <location file="009_bug.cpp" bodystart="55" bodyend="60"/> + <location file="009_bug.cpp" line="56" column="1" bodyfile="009_bug.cpp" bodystart="55" bodyend="60"/> <listofallmembers> <member refid="class_reminder_1a173b5218bb11287b0e86a550d9f0728d" prot="public" virt="non-virtual"> <scope>Reminder</scope> diff --git a/testing/009/class_test.xml b/testing/009/class_test.xml index b9f7f9f..9f1b126 100644 --- a/testing/009/class_test.xml +++ b/testing/009/class_test.xml @@ -37,7 +37,7 @@ </xrefsect> </para> </detaileddescription> - <location file="009_bug.cpp" bodystart="47" bodyend="52"/> + <location file="009_bug.cpp" line="48" column="1" bodyfile="009_bug.cpp" bodystart="47" bodyend="52"/> <listofallmembers> <member refid="class_test_1a9fc54b716f326514a4c5f434137f4fc0" prot="public" virt="non-virtual"> <scope>Test</scope> diff --git a/testing/009/class_todo.xml b/testing/009/class_todo.xml index c98fdac..8657d60 100644 --- a/testing/009/class_todo.xml +++ b/testing/009/class_todo.xml @@ -37,7 +37,7 @@ </xrefsect> </para> </detaileddescription> - <location file="009_bug.cpp" bodystart="39" bodyend="44"/> + <location file="009_bug.cpp" line="40" column="1" bodyfile="009_bug.cpp" bodystart="39" bodyend="44"/> <listofallmembers> <member refid="class_todo_1a9e70ec9176ac4c1b20e011b4daddc9d8" prot="public" virt="non-virtual"> <scope>Todo</scope> |