diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-21 17:48:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-21 17:48:32 (GMT) |
commit | c0820abc21f24df06915c420f63efab64af79dac (patch) | |
tree | 619dd4a0a33861ce42065d751e86a9ba4dbf929b /doc/class.n | |
parent | d8760322be4e1bfb0091bac0a799aef13dc77b87 (diff) | |
download | tcl-c0820abc21f24df06915c420f63efab64af79dac.zip tcl-c0820abc21f24df06915c420f63efab64af79dac.tar.gz tcl-c0820abc21f24df06915c420f63efab64af79dac.tar.bz2 |
Clean up of docs
Diffstat (limited to 'doc/class.n')
-rw-r--r-- | doc/class.n | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/class.n b/doc/class.n index c48f52d..1f4c774 100644 --- a/doc/class.n +++ b/doc/class.n @@ -48,6 +48,7 @@ The \fBoo::class\fR class does not define an explicit destructor. However, when a class is destroyed, all its subclasses and instances are also destroyed, along with all objects that it has been mixed into. .SS "EXPORTED METHODS" +.\" METHOD: create .TP \fIcls \fBcreate \fIname \fR?\fIarg ...\fR? . @@ -58,6 +59,7 @@ a successful result) returning the fully qualified name of the created object (the result of the constructor is ignored). If the constructor fails (i.e. returns a non-OK result) then the object is destroyed and the error message is the result of this method call. +.\" METHOD: new .TP \fIcls \fBnew \fR?\fIarg ...\fR? . @@ -75,6 +77,7 @@ classes should not be created using this method. .SS "NON-EXPORTED METHODS" .PP The \fBoo::class\fR class supports the following non-exported methods: +.\" METHOD: createWithNamespace .TP \fIcls \fBcreateWithNamespace\fI name nsName\fR ?\fIarg ...\fR? . |