diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 23:45:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 23:45:15 (GMT) |
commit | 72d34422eacbba7943133639ab202f4cb9869a06 (patch) | |
tree | f6c276fef4010ddf0f97541f9e016a3c1e19d569 /doc/Method.3 | |
parent | 28155c8eab47a927fe919db3b537dde2ef01366b (diff) | |
download | tcl-72d34422eacbba7943133639ab202f4cb9869a06.zip tcl-72d34422eacbba7943133639ab202f4cb9869a06.tar.gz tcl-72d34422eacbba7943133639ab202f4cb9869a06.tar.bz2 |
The final parts of my doc improvement project
Diffstat (limited to 'doc/Method.3')
-rw-r--r-- | doc/Method.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Method.3 b/doc/Method.3 index 11e2d5b..43b3609 100644 --- a/doc/Method.3 +++ b/doc/Method.3 @@ -9,7 +9,7 @@ .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME -Tcl_ClassSetConstructor, Tcl_ClassSetDestructor, Tcl_MethodDeclarerClass, Tcl_MethodDeclarerObject, Tcl_MethodIsPublic, Tcl_MethodIsType, Tcl_MethodName, Tcl_NewInstanceMethod, Tcl_NewMethod, Tcl_ObjectContextIsFiltering, Tcl_ObjectContextMethod, Tcl_ObjectContextObject, Tcl_ObjectContextSkippedArgs \- manipulate methods and method-call contexts +Tcl_ClassSetConstructor, Tcl_ClassSetDestructor, Tcl_MethodDeclarerClass, Tcl_MethodDeclarerObject, Tcl_MethodIsPublic, Tcl_MethodIsType, Tcl_MethodName, Tcl_NewInstanceMethod, Tcl_NewMethod, Tcl_ObjectContextInvokeNext, Tcl_ObjectContextIsFiltering, Tcl_ObjectContextMethod, Tcl_ObjectContextObject, Tcl_ObjectContextSkippedArgs \- manipulate methods and method-call contexts .SH SYNOPSIS .nf \fB#include <tclOO.h>\fR |