summaryrefslogtreecommitdiffstats
path: root/testing/063
diff options
context:
space:
mode:
Diffstat (limited to 'testing/063')
-rw-r--r--testing/063/namespaceoo.xml13
-rw-r--r--testing/063/namespaceoo_1_1_helpers.xml27
-rw-r--r--testing/063/namespaceoo_1_1define.xml27
3 files changed, 0 insertions, 67 deletions
diff --git a/testing/063/namespaceoo.xml b/testing/063/namespaceoo.xml
deleted file mode 100644
index 044c364..0000000
--- a/testing/063/namespaceoo.xml
+++ /dev/null
@@ -1,13 +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="namespaceoo" kind="namespace" language="Tcl">
- <compoundname>oo</compoundname>
- <innernamespace refid="namespaceoo_1_1define">oo::define</innernamespace>
- <innernamespace refid="namespaceoo_1_1_helpers">oo::Helpers</innernamespace>
- <briefdescription>
- </briefdescription>
- <detaileddescription>
- </detaileddescription>
- <location file="[generated]" line="1" column="1"/>
- </compounddef>
-</doxygen>
diff --git a/testing/063/namespaceoo_1_1_helpers.xml b/testing/063/namespaceoo_1_1_helpers.xml
deleted file mode 100644
index e9083dc..0000000
--- a/testing/063/namespaceoo_1_1_helpers.xml
+++ /dev/null
@@ -1,27 +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="namespaceoo_1_1_helpers" kind="namespace" language="Tcl">
- <compoundname>oo::Helpers</compoundname>
- <sectiondef kind="func">
- <memberdef kind="function" id="namespaceoo_1_1_helpers_1a96c5b755588beb2e930cff23ce811d6c" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
- <type/>
- <definition>oo::Helpers::classvar</definition>
- <argsstring>args</argsstring>
- <name>classvar</name>
- <briefdescription>
- </briefdescription>
- <detaileddescription>
- <para>Extension to TclOO to add static variables. Defines variables on the class instead of on the object. Can be used to enforce a limited number of instantiations. </para>
- </detaileddescription>
- <inbodydescription>
- </inbodydescription>
- <location file="063_bug_729092.tcl" line="34" column="1" bodyfile="063_bug_729092.tcl" bodystart="34" bodyend="43"/>
- </memberdef>
- </sectiondef>
- <briefdescription>
- </briefdescription>
- <detaileddescription>
- </detaileddescription>
- <location file="063_bug_729092.tcl" line="1" column="1"/>
- </compounddef>
-</doxygen>
diff --git a/testing/063/namespaceoo_1_1define.xml b/testing/063/namespaceoo_1_1define.xml
deleted file mode 100644
index c8c8e85..0000000
--- a/testing/063/namespaceoo_1_1define.xml
+++ /dev/null
@@ -1,27 +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="namespaceoo_1_1define" kind="namespace" language="Tcl">
- <compoundname>oo::define</compoundname>
- <sectiondef kind="func">
- <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>
- <name>classmethod</name>
- <briefdescription>
- </briefdescription>
- <detaileddescription>
- <para>Extension to TclOO to add static methods. Defines the method on the class instead of on the object. Can be used for the creation of megawidgets using TclOO by overriding the unknown method to detect if the user is trying to instantiate a widget (because the method will be unknown and start with a dot). </para>
- </detaileddescription>
- <inbodydescription>
- </inbodydescription>
- <location file="063_bug_729092.tcl" line="18" column="1" bodyfile="063_bug_729092.tcl" bodystart="18" bodyend="27"/>
- </memberdef>
- </sectiondef>
- <briefdescription>
- </briefdescription>
- <detaileddescription>
- </detaileddescription>
- <location file="063_bug_729092.tcl" line="1" column="1"/>
- </compounddef>
-</doxygen>