diff options
Diffstat (limited to 'testing/063')
-rw-r--r-- | testing/063/namespaceoo_1_1_helpers.xml | 5 | ||||
-rw-r--r-- | testing/063/namespaceoo_1_1define.xml | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/testing/063/namespaceoo_1_1_helpers.xml b/testing/063/namespaceoo_1_1_helpers.xml index 5f157c8..ff309cf 100644 --- a/testing/063/namespaceoo_1_1_helpers.xml +++ b/testing/063/namespaceoo_1_1_helpers.xml @@ -11,12 +11,11 @@ <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. <simplesect kind="warning"><para>Do not modify! (unless you're waaay smarter than the writer of the below Tcl/Tk book). flynt2012tcl </para></simplesect> -</para> + <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" bodystart="40" bodyend="49"/> + <location file="063_bug_729092.tcl" bodystart="34" bodyend="43"/> </memberdef> </sectiondef> <briefdescription> diff --git a/testing/063/namespaceoo_1_1define.xml b/testing/063/namespaceoo_1_1define.xml index 50891e6..aa62fbd 100644 --- a/testing/063/namespaceoo_1_1define.xml +++ b/testing/063/namespaceoo_1_1define.xml @@ -11,12 +11,11 @@ <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). <simplesect kind="warning"><para>Do not modify! (unless you're waaay smarter than the writer of the below Tcl/Tk book). flynt2012tcl </para></simplesect> -</para> + <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" bodystart="21" bodyend="30"/> + <location file="063_bug_729092.tcl" bodystart="18" bodyend="27"/> </memberdef> </sectiondef> <briefdescription> |