diff options
author | fvogel <fvogelnew1@free.fr> | 2023-05-28 10:38:13 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-05-28 10:38:13 (GMT) |
commit | 7988b3f1b6d6acf879c174eeb322700ea5a1e325 (patch) | |
tree | 5b95564ab286179ee67aa95f63df109d0f76c6d4 | |
parent | 6598d2eeae0c954ec9231fd405438adc9d62f7ee (diff) | |
parent | 827a1d38021d1af428ad72efb2e673dd5c363d43 (diff) | |
download | tcl-7988b3f1b6d6acf879c174eeb322700ea5a1e325.zip tcl-7988b3f1b6d6acf879c174eeb322700ea5a1e325.tar.gz tcl-7988b3f1b6d6acf879c174eeb322700ea5a1e325.tar.bz2 |
Fix errors when building the html man page for configurable.n (TIP #558)
-rw-r--r-- | doc/configurable.n | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/configurable.n b/doc/configurable.n index a138c33..ef888ed 100644 --- a/doc/configurable.n +++ b/doc/configurable.n @@ -14,7 +14,7 @@ oo::configurable, configure, property \- class that makes configurable classes a .nf package require TclOO -\fBoo::configurable create \fIclass\fR \fR?\fIdefinitionScript\fR? +\fBoo::configurable create \fIclass\fR ?\fIdefinitionScript\fR? \fBoo::define \fIclass\fB {\fR \fBproperty \fIpropName\fR ?\fIoptions...\fR? ?\fIpropName\fR ?\fIoptions...\fR?...? @@ -26,7 +26,7 @@ package require TclOO \fIobjectName \fBconfigure\fR \fIobjectName \fBconfigure\fR \fI\-prop\fR -\fIobjectName \fBconfigure\fR \fI\-prop value\fR ?\fI\-prop value\fR...\fR +\fIobjectName \fBconfigure\fR \fI\-prop value\fR ?\fI\-prop value\fR... .fi .SH "CLASS HIERARCHY" .nf @@ -157,12 +157,11 @@ class constructors under normal circumstances), as described above in \fBPROPERTY DEFINITIONS\fR. It \fBnamespace export\fRs its \fBproperty\fR command so that it may be used easily in user definition dialects. .TP -. \fBoo::configuresupport::configurableobject\fR . This is a namespace that contains the definition dialect that provides the \fBproperty\fR declaration for use in instance objects (i.e., via -\fBoo::objdefine\fR, and the\fB self\R declaration in \fBoo::define), as +\fBoo::objdefine\fR, and the \fBself\fR declaration in \fBoo::define\fR), as described above in \fBPROPERTY DEFINITIONS\fR. It \fBnamespace export\fRs its \fBproperty\fR command so that it may be used easily in user definition dialects. |