diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-15 13:32:12 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-15 13:32:12 (GMT) |
commit | 48a7afc0caf69857a42b0fe1963db3440cb4000f (patch) | |
tree | 9a63e2b3750a56174811aace9992b34542e5ae1d /testing/061 | |
parent | 43420bd77408559cb66c83e9ce601426b371bc74 (diff) | |
download | Doxygen-48a7afc0caf69857a42b0fe1963db3440cb4000f.zip Doxygen-48a7afc0caf69857a42b0fe1963db3440cb4000f.tar.gz Doxygen-48a7afc0caf69857a42b0fe1963db3440cb4000f.tar.bz2 |
Remove support for TCL (code is too buggy and unmaintained, language not very popular)
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> |