Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | minor correction to index line |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1dde938a352a072cc6f900db39af9b0b |
User & Date: | dkf 2012-10-24 08:20:54.631 |
Context
2012-11-09
| ||
15:55 | Added doc of Tcl_OOInitStubs. check-in: db90c35513 user: dkf tags: trunk | |
2012-11-01
| ||
11:07 | Preparing for 1.0 release (to correspond to Tcl 8.6.0) check-in: 0e6376f823 user: dkf tags: 1.0-rc | |
2012-10-24
| ||
08:20 | minor correction to index line check-in: 1dde938a35 user: dkf tags: trunk | |
2012-09-17
| ||
13:56 | Merge of release changes. check-in: 6d815c9c8a user: dkf tags: trunk | |
Changes
Changes to doc/next.n.
1 2 3 4 5 6 7 8 9 10 11 | '\" '\" Copyright (c) 2007-2011 Donal K. Fellows '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" .so man.macros .TH next n 0.1 TclOO "TclOO Commands" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | '\" '\" Copyright (c) 2007-2011 Donal K. Fellows '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" .so man.macros .TH next n 0.1 TclOO "TclOO Commands" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME next, nextto \- invoke superclass method implementations .SH SYNOPSIS .nf package require TclOO \fBnext\fR ?\fIarg ...\fR? \fBnextto\fI class\fR ?\fIarg ...\fR? .fi |
︙ | ︙ |