summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-07-18 16:03:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-07-18 16:03:53 (GMT)
commitca664dbbb7df6849b3d9740658055c42a32438ce (patch)
tree394d8ace90576adb7066bec22ff69bda6d465bc6
parent45c7196b90df84956d42085872cf90da5231ff40 (diff)
downloadtcl-ca664dbbb7df6849b3d9740658055c42a32438ce.zip
tcl-ca664dbbb7df6849b3d9740658055c42a32438ce.tar.gz
tcl-ca664dbbb7df6849b3d9740658055c42a32438ce.tar.bz2
Improve some comments
-rw-r--r--tools/tclOOScript.tcl11
1 files changed, 9 insertions, 2 deletions
diff --git a/tools/tclOOScript.tcl b/tools/tclOOScript.tcl
index 6b44ba7..3e80981 100644
--- a/tools/tclOOScript.tcl
+++ b/tools/tclOOScript.tcl
@@ -480,9 +480,16 @@
# ------------------------------------------------------------------
#
- # oo::configuresupport --
+ # oo::configuresupport::PropertyImpl --
#
- # A metaclass that is used to make classes that can be configured.
+ # The implementation of the [property] configuration command.
+ # This assumes there are two stack frames above it to care about,
+ # first the hull [property] command (in the correct context for
+ # what is being confgured) and then the context scope of
+ # [oo::define] or [oo::objdefine].
+ #
+ # TODO:
+ # Convert to C code.
#
# ------------------------------------------------------------------