diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-03-13 10:39:27 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-03-13 10:39:27 (GMT) |
commit | f26cc41d0d3d436c809c293a56c66c1f5f953745 (patch) | |
tree | 0ee11afc9b3713e16ec5f36e5b379114af90cb6f | |
parent | 73afbe1a660b92b4b70cd7a1fd4b085664078098 (diff) | |
download | Doxygen-f26cc41d0d3d436c809c293a56c66c1f5f953745.zip Doxygen-f26cc41d0d3d436c809c293a56c66c1f5f953745.tar.gz Doxygen-f26cc41d0d3d436c809c293a56c66c1f5f953745.tar.bz2 |
Fix for changed references due to different removeRedudantWhiteSpace() implementation
-rw-r--r-- | testing/063/namespaceoo_1_1define.xml | 4 | ||||
-rw-r--r-- | testing/064/struct_foo.xml | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/testing/063/namespaceoo_1_1define.xml b/testing/063/namespaceoo_1_1define.xml index 69c05d0..c8c8e85 100644 --- a/testing/063/namespaceoo_1_1define.xml +++ b/testing/063/namespaceoo_1_1define.xml @@ -3,10 +3,10 @@ <compounddef id="namespaceoo_1_1define" kind="namespace" language="Tcl"> <compoundname>oo::define</compoundname> <sectiondef kind="func"> - <memberdef kind="function" id="namespaceoo_1_1define_1a89e7ea222a316f1926c1f9f30f2cc5c1" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> + <memberdef kind="function" id="namespaceoo_1_1define_1a92656f535365dc915e04ca81bc8eb91b" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> <type/> <definition>oo::define::classmethod</definition> - <argsstring>name?args??body?</argsstring> + <argsstring>name ?args? ?body?</argsstring> <name>classmethod</name> <briefdescription> </briefdescription> diff --git a/testing/064/struct_foo.xml b/testing/064/struct_foo.xml index d2bed81..e228f92 100644 --- a/testing/064/struct_foo.xml +++ b/testing/064/struct_foo.xml @@ -17,10 +17,10 @@ </inbodydescription> <location file="064_castoperator.cpp" line="22" column="1"/> </memberdef> - <memberdef kind="function" id="struct_foo_1a870f369cc7af9489418451e78d8bd539" prot="public" static="no" const="yes" explicit="no" inline="no" virt="non-virtual"> + <memberdef kind="function" id="struct_foo_1a1cd30e67501c6ff12bd6bf17af081449" prot="public" static="no" const="yes" explicit="no" inline="no" virt="non-virtual"> <type/> <definition>Foo::operator int</definition> - <argsstring>() const </argsstring> + <argsstring>() const</argsstring> <name>operator int</name> <briefdescription> <para>Conversion to int const. </para> @@ -71,27 +71,27 @@ </listitem> <listitem> <para> - <ref refid="struct_foo_1a870f369cc7af9489418451e78d8bd539" kindref="member">operator int() const</ref> + <ref refid="struct_foo_1a1cd30e67501c6ff12bd6bf17af081449" kindref="member">operator int() const</ref> </para> </listitem> <listitem> <para> - <ref refid="struct_foo_1a870f369cc7af9489418451e78d8bd539" kindref="member">title</ref> + <ref refid="struct_foo_1a1cd30e67501c6ff12bd6bf17af081449" kindref="member">title</ref> </para> </listitem> <listitem> <para> - <ref refid="struct_foo_1a870f369cc7af9489418451e78d8bd539" kindref="member">Foo::operator int() const</ref> + <ref refid="struct_foo_1a1cd30e67501c6ff12bd6bf17af081449" kindref="member">Foo::operator int() const</ref> </para> </listitem> <listitem> <para> - <ref refid="struct_foo_1a870f369cc7af9489418451e78d8bd539" kindref="member">Foo::operator int() const</ref> + <ref refid="struct_foo_1a1cd30e67501c6ff12bd6bf17af081449" kindref="member">Foo::operator int() const</ref> </para> </listitem> <listitem> <para> - <ref refid="struct_foo_1a870f369cc7af9489418451e78d8bd539" kindref="member">title</ref> + <ref refid="struct_foo_1a1cd30e67501c6ff12bd6bf17af081449" kindref="member">title</ref> </para> </listitem> </itemizedlist> @@ -103,7 +103,7 @@ <scope>Foo</scope> <name>operator int</name> </member> - <member refid="struct_foo_1a870f369cc7af9489418451e78d8bd539" prot="public" virt="non-virtual"> + <member refid="struct_foo_1a1cd30e67501c6ff12bd6bf17af081449" prot="public" virt="non-virtual"> <scope>Foo</scope> <name>operator int</name> </member> |