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/057/namespacebar.xml | |
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/057/namespacebar.xml')
-rw-r--r-- | testing/057/namespacebar.xml | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/testing/057/namespacebar.xml b/testing/057/namespacebar.xml deleted file mode 100644 index e16966e..0000000 --- a/testing/057/namespacebar.xml +++ /dev/null @@ -1,57 +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="namespacebar" kind="namespace" language="Tcl"> - <compoundname>bar</compoundname> - <sectiondef kind="func"> - <memberdef kind="function" id="namespacebar_1aa1678a9adb588c0b91b118de7cc38ddb" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> - <type/> - <definition>bar::slave</definition> - <argsstring/> - <name>slave</name> - <briefdescription> - </briefdescription> - <detaileddescription> - </detaileddescription> - <inbodydescription> - </inbodydescription> - <location file="057_caller_graphs.tcl" line="29" column="1" bodyfile="057_caller_graphs.tcl" bodystart="29" bodyend="35"/> - <references refid="namespacebar_1a3426cd3a2eebcffa0dc333bcf5e2fe5e" compoundref="057__caller__graphs_8tcl" startline="36" endline="39">baz</references> - <referencedby refid="namespacefoo_1a265acdcaea6da32c3bbd9afb5d0e32a4" compoundref="057__caller__graphs_8tcl" startline="44" endline="48">foo::master</referencedby> - </memberdef> - <memberdef kind="function" id="namespacebar_1a3426cd3a2eebcffa0dc333bcf5e2fe5e" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> - <type/> - <definition>bar::baz</definition> - <argsstring/> - <name>baz</name> - <briefdescription> - </briefdescription> - <detaileddescription> - </detaileddescription> - <inbodydescription> - </inbodydescription> - <location file="057_caller_graphs.tcl" line="36" column="1" bodyfile="057_caller_graphs.tcl" bodystart="36" bodyend="39"/> - <references refid="namespacebar_1a88879545dee287d377e638b87cdf6dd7" compoundref="057__caller__graphs_8tcl" startline="40" endline="42">bazbaz</references> - <referencedby refid="namespacebar_1aa1678a9adb588c0b91b118de7cc38ddb" compoundref="057__caller__graphs_8tcl" startline="29" endline="35">slave</referencedby> - </memberdef> - <memberdef kind="function" id="namespacebar_1a88879545dee287d377e638b87cdf6dd7" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> - <type/> - <definition>bar::bazbaz</definition> - <argsstring/> - <name>bazbaz</name> - <briefdescription> - </briefdescription> - <detaileddescription> - </detaileddescription> - <inbodydescription> - </inbodydescription> - <location file="057_caller_graphs.tcl" line="40" column="1" bodyfile="057_caller_graphs.tcl" bodystart="40" bodyend="42"/> - <referencedby refid="namespacebar_1a3426cd3a2eebcffa0dc333bcf5e2fe5e" compoundref="057__caller__graphs_8tcl" startline="36" endline="39">baz</referencedby> - </memberdef> - </sectiondef> - <briefdescription> - </briefdescription> - <detaileddescription> - </detaileddescription> - <location file="057_caller_graphs.tcl" line="28" column="1"/> - </compounddef> -</doxygen> |