diff options
Diffstat (limited to 'testing/061')
-rw-r--r-- | testing/061/class_test.xml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/testing/061/class_test.xml b/testing/061/class_test.xml deleted file mode 100644 index 47e70ac..0000000 --- a/testing/061/class_test.xml +++ /dev/null @@ -1,70 +0,0 @@ -<?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="class_test" kind="class" language="Tcl" prot="public"> - <compoundname>Test</compoundname> - <sectiondef kind="public-func"> - <memberdef kind="function" id="class_test_1af863c78bca81b4e276dcbb30f12e8ec6" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> - <type/> - <definition>Test::testmethod_one</definition> - <argsstring>args</argsstring> - <name>testmethod_one</name> - <briefdescription> - <para><ref refid="class_test" kindref="compound">Test</ref> method 1. </para> - </briefdescription> - <detaileddescription> - </detaileddescription> - <inbodydescription> - </inbodydescription> - <location file="061_bug_705503.tcl" line="12" column="1" bodyfile="061_bug_705503.tcl" bodystart="12" bodyend="12"/> - </memberdef> - <memberdef kind="function" id="class_test_1ac7148d2852b30d157e078fe0fe58a350" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> - <type/> - <definition>Test::constructor</definition> - <argsstring>args</argsstring> - <name>constructor</name> - <briefdescription> - <para>Construction of class. </para> - </briefdescription> - <detaileddescription> - </detaileddescription> - <inbodydescription> - </inbodydescription> - <location file="061_bug_705503.tcl" line="16" column="1" bodyfile="061_bug_705503.tcl" bodystart="16" bodyend="16"/> - </memberdef> - <memberdef kind="function" id="class_test_1abdf3375950ec49e29f4bae947b7e3f26" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> - <type/> - <definition>Test::testmethod_two</definition> - <argsstring>args</argsstring> - <name>testmethod_two</name> - <briefdescription> - <para><ref refid="class_test" kindref="compound">Test</ref> method 2. </para> - </briefdescription> - <detaileddescription> - </detaileddescription> - <inbodydescription> - </inbodydescription> - <location file="061_bug_705503.tcl" line="19" column="1" bodyfile="061_bug_705503.tcl" bodystart="19" bodyend="19"/> - </memberdef> - </sectiondef> - <briefdescription> - <para>Testclass. </para> - </briefdescription> - <detaileddescription> - </detaileddescription> - <location file="061_bug_705503.tcl" line="10" column="1" bodyfile="061_bug_705503.tcl" bodystart="10" bodyend="13"/> - <listofallmembers> - <member refid="class_test_1ac7148d2852b30d157e078fe0fe58a350" prot="public" virt="non-virtual"> - <scope>Test</scope> - <name>constructor</name> - </member> - <member refid="class_test_1af863c78bca81b4e276dcbb30f12e8ec6" prot="public" virt="non-virtual"> - <scope>Test</scope> - <name>testmethod_one</name> - </member> - <member refid="class_test_1abdf3375950ec49e29f4bae947b7e3f26" prot="public" virt="non-virtual"> - <scope>Test</scope> - <name>testmethod_two</name> - </member> - </listofallmembers> - </compounddef> -</doxygen> |