Fossil SCM
Add Tcl integration TH1 commands to the docs.
Commit
7cba307895c05755fb5b0251df861c6314f310aa
Parent
47c89f3e7872b09…
1 file changed
+9
-1
+9
-1
| --- www/th1.md | ||
| +++ www/th1.md | ||
| @@ -147,18 +147,26 @@ | ||
| 147 | 147 | * searchable |
| 148 | 148 | * setParameter |
| 149 | 149 | * setting |
| 150 | 150 | * styleHeader |
| 151 | 151 | * styleFooter |
| 152 | + * tclEval | |
| 153 | + * tclExpr | |
| 154 | + * tclInvoke | |
| 152 | 155 | * tclReady |
| 153 | 156 | * trace |
| 154 | 157 | * stime |
| 155 | 158 | * utime |
| 156 | 159 | * wiki |
| 157 | 160 | |
| 158 | 161 | Each of the commands above is documented by a block comment above their |
| 159 | -implementation in the th_main.c source file. | |
| 162 | +implementation in the th_main.c or th_tcl.c source files. | |
| 163 | + | |
| 164 | +All commands starting with "tcl", with the exception of "tclReady", | |
| 165 | +require the Tcl integration subsystem be included at compile-time. | |
| 166 | +Additionally, the "tcl" repository setting must be enabled at runtime | |
| 167 | +in order to successfully make use of these commands. | |
| 160 | 168 | |
| 161 | 169 | **To Do:** We would like to have a community volunteer go through and |
| 162 | 170 | copy the documentation for each of these commands (with appropriate |
| 163 | 171 | format changes and spelling and grammar corrections) into subsequent |
| 164 | 172 | sections of this document. It is suggested that the list of extension |
| 165 | 173 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -147,18 +147,26 @@ | |
| 147 | * searchable |
| 148 | * setParameter |
| 149 | * setting |
| 150 | * styleHeader |
| 151 | * styleFooter |
| 152 | * tclReady |
| 153 | * trace |
| 154 | * stime |
| 155 | * utime |
| 156 | * wiki |
| 157 | |
| 158 | Each of the commands above is documented by a block comment above their |
| 159 | implementation in the th_main.c source file. |
| 160 | |
| 161 | **To Do:** We would like to have a community volunteer go through and |
| 162 | copy the documentation for each of these commands (with appropriate |
| 163 | format changes and spelling and grammar corrections) into subsequent |
| 164 | sections of this document. It is suggested that the list of extension |
| 165 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -147,18 +147,26 @@ | |
| 147 | * searchable |
| 148 | * setParameter |
| 149 | * setting |
| 150 | * styleHeader |
| 151 | * styleFooter |
| 152 | * tclEval |
| 153 | * tclExpr |
| 154 | * tclInvoke |
| 155 | * tclReady |
| 156 | * trace |
| 157 | * stime |
| 158 | * utime |
| 159 | * wiki |
| 160 | |
| 161 | Each of the commands above is documented by a block comment above their |
| 162 | implementation in the th_main.c or th_tcl.c source files. |
| 163 | |
| 164 | All commands starting with "tcl", with the exception of "tclReady", |
| 165 | require the Tcl integration subsystem be included at compile-time. |
| 166 | Additionally, the "tcl" repository setting must be enabled at runtime |
| 167 | in order to successfully make use of these commands. |
| 168 | |
| 169 | **To Do:** We would like to have a community volunteer go through and |
| 170 | copy the documentation for each of these commands (with appropriate |
| 171 | format changes and spelling and grammar corrections) into subsequent |
| 172 | sections of this document. It is suggested that the list of extension |
| 173 |