summaryrefslogtreecommitdiffstats
path: root/tools/tclOOScript.tcl
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)
commit47f3f735713593f0bb95d3197fb3053cad00a3ba (patch)
tree394d8ace90576adb7066bec22ff69bda6d465bc6 /tools/tclOOScript.tcl
parent0233d18558901f93d39710f9d68357b0e9bd891d (diff)
downloadtcl-47f3f735713593f0bb95d3197fb3053cad00a3ba.zip
tcl-47f3f735713593f0bb95d3197fb3053cad00a3ba.tar.gz
tcl-47f3f735713593f0bb95d3197fb3053cad00a3ba.tar.bz2
Improve some comments
Diffstat (limited to 'tools/tclOOScript.tcl')
-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.
#
# ------------------------------------------------------------------