Fossil SCM
Documentation updates for custom TH1 commands.
Commit
874a4dac8cca5ac1e105d2a4e4c9232c30c6abdf5089b3e66e2f7501818da73e
Parent
58b7b4e51c4ee49…
2 files changed
+3
-3
+10
-2
+3
-3
| --- src/th_main.c | ||
| +++ src/th_main.c | ||
| @@ -1254,11 +1254,11 @@ | ||
| 1254 | 1254 | } |
| 1255 | 1255 | |
| 1256 | 1256 | /* |
| 1257 | 1257 | ** TH1 command: styleHeader TITLE |
| 1258 | 1258 | ** |
| 1259 | -** Render the configured style header. | |
| 1259 | +** Render the configured style header for the selected skin. | |
| 1260 | 1260 | */ |
| 1261 | 1261 | static int styleHeaderCmd( |
| 1262 | 1262 | Th_Interp *interp, |
| 1263 | 1263 | void *p, |
| 1264 | 1264 | int argc, |
| @@ -1279,11 +1279,11 @@ | ||
| 1279 | 1279 | } |
| 1280 | 1280 | |
| 1281 | 1281 | /* |
| 1282 | 1282 | ** TH1 command: styleFooter |
| 1283 | 1283 | ** |
| 1284 | -** Render the configured style footer. | |
| 1284 | +** Render the configured style footer for the selected skin. | |
| 1285 | 1285 | */ |
| 1286 | 1286 | static int styleFooterCmd( |
| 1287 | 1287 | Th_Interp *interp, |
| 1288 | 1288 | void *p, |
| 1289 | 1289 | int argc, |
| @@ -1304,11 +1304,11 @@ | ||
| 1304 | 1304 | } |
| 1305 | 1305 | |
| 1306 | 1306 | /* |
| 1307 | 1307 | ** TH1 command: styleScript |
| 1308 | 1308 | ** |
| 1309 | -** Render the configured javascript for the selected skin | |
| 1309 | +** Render the configured JavaScript for the selected skin. | |
| 1310 | 1310 | */ |
| 1311 | 1311 | static int styleScriptCmd( |
| 1312 | 1312 | Th_Interp *interp, |
| 1313 | 1313 | void *p, |
| 1314 | 1314 | int argc, |
| 1315 | 1315 |
| --- src/th_main.c | |
| +++ src/th_main.c | |
| @@ -1254,11 +1254,11 @@ | |
| 1254 | } |
| 1255 | |
| 1256 | /* |
| 1257 | ** TH1 command: styleHeader TITLE |
| 1258 | ** |
| 1259 | ** Render the configured style header. |
| 1260 | */ |
| 1261 | static int styleHeaderCmd( |
| 1262 | Th_Interp *interp, |
| 1263 | void *p, |
| 1264 | int argc, |
| @@ -1279,11 +1279,11 @@ | |
| 1279 | } |
| 1280 | |
| 1281 | /* |
| 1282 | ** TH1 command: styleFooter |
| 1283 | ** |
| 1284 | ** Render the configured style footer. |
| 1285 | */ |
| 1286 | static int styleFooterCmd( |
| 1287 | Th_Interp *interp, |
| 1288 | void *p, |
| 1289 | int argc, |
| @@ -1304,11 +1304,11 @@ | |
| 1304 | } |
| 1305 | |
| 1306 | /* |
| 1307 | ** TH1 command: styleScript |
| 1308 | ** |
| 1309 | ** Render the configured javascript for the selected skin |
| 1310 | */ |
| 1311 | static int styleScriptCmd( |
| 1312 | Th_Interp *interp, |
| 1313 | void *p, |
| 1314 | int argc, |
| 1315 |
| --- src/th_main.c | |
| +++ src/th_main.c | |
| @@ -1254,11 +1254,11 @@ | |
| 1254 | } |
| 1255 | |
| 1256 | /* |
| 1257 | ** TH1 command: styleHeader TITLE |
| 1258 | ** |
| 1259 | ** Render the configured style header for the selected skin. |
| 1260 | */ |
| 1261 | static int styleHeaderCmd( |
| 1262 | Th_Interp *interp, |
| 1263 | void *p, |
| 1264 | int argc, |
| @@ -1279,11 +1279,11 @@ | |
| 1279 | } |
| 1280 | |
| 1281 | /* |
| 1282 | ** TH1 command: styleFooter |
| 1283 | ** |
| 1284 | ** Render the configured style footer for the selected skin. |
| 1285 | */ |
| 1286 | static int styleFooterCmd( |
| 1287 | Th_Interp *interp, |
| 1288 | void *p, |
| 1289 | int argc, |
| @@ -1304,11 +1304,11 @@ | |
| 1304 | } |
| 1305 | |
| 1306 | /* |
| 1307 | ** TH1 command: styleScript |
| 1308 | ** |
| 1309 | ** Render the configured JavaScript for the selected skin. |
| 1310 | */ |
| 1311 | static int styleScriptCmd( |
| 1312 | Th_Interp *interp, |
| 1313 | void *p, |
| 1314 | int argc, |
| 1315 |
+10
-2
| --- www/th1.md | ||
| +++ www/th1.md | ||
| @@ -200,10 +200,11 @@ | ||
| 200 | 200 | * setParameter |
| 201 | 201 | * setting |
| 202 | 202 | * stime |
| 203 | 203 | * styleHeader |
| 204 | 204 | * styleFooter |
| 205 | + * styleScript | |
| 205 | 206 | * tclEval |
| 206 | 207 | * tclExpr |
| 207 | 208 | * tclInvoke |
| 208 | 209 | * tclIsSafe |
| 209 | 210 | * tclMakeSafe |
| @@ -571,18 +572,25 @@ | ||
| 571 | 572 | <a name="styleHeader"></a>TH1 styleHeader Command |
| 572 | 573 | ------------------------------------------------- |
| 573 | 574 | |
| 574 | 575 | * styleHeader TITLE |
| 575 | 576 | |
| 576 | -Render the configured style header. | |
| 577 | +Render the configured style header for the selected skin. | |
| 577 | 578 | |
| 578 | 579 | <a name="styleFooter"></a>TH1 styleFooter Command |
| 579 | 580 | ------------------------------------------------- |
| 580 | 581 | |
| 581 | 582 | * styleFooter |
| 582 | 583 | |
| 583 | -Render the configured style footer. | |
| 584 | +Render the configured style footer for the selected skin. | |
| 585 | + | |
| 586 | +<a name="styleScript"></a>TH1 styleScript Command | |
| 587 | +------------------------------------------------- | |
| 588 | + | |
| 589 | + * styleScript | |
| 590 | + | |
| 591 | +Render the configured JavaScript for the selected skin. | |
| 584 | 592 | |
| 585 | 593 | <a name="tclEval"></a>TH1 tclEval Command |
| 586 | 594 | ----------------------------------------- |
| 587 | 595 | |
| 588 | 596 | **This command requires the Tcl integration feature.** |
| 589 | 597 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -200,10 +200,11 @@ | |
| 200 | * setParameter |
| 201 | * setting |
| 202 | * stime |
| 203 | * styleHeader |
| 204 | * styleFooter |
| 205 | * tclEval |
| 206 | * tclExpr |
| 207 | * tclInvoke |
| 208 | * tclIsSafe |
| 209 | * tclMakeSafe |
| @@ -571,18 +572,25 @@ | |
| 571 | <a name="styleHeader"></a>TH1 styleHeader Command |
| 572 | ------------------------------------------------- |
| 573 | |
| 574 | * styleHeader TITLE |
| 575 | |
| 576 | Render the configured style header. |
| 577 | |
| 578 | <a name="styleFooter"></a>TH1 styleFooter Command |
| 579 | ------------------------------------------------- |
| 580 | |
| 581 | * styleFooter |
| 582 | |
| 583 | Render the configured style footer. |
| 584 | |
| 585 | <a name="tclEval"></a>TH1 tclEval Command |
| 586 | ----------------------------------------- |
| 587 | |
| 588 | **This command requires the Tcl integration feature.** |
| 589 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -200,10 +200,11 @@ | |
| 200 | * setParameter |
| 201 | * setting |
| 202 | * stime |
| 203 | * styleHeader |
| 204 | * styleFooter |
| 205 | * styleScript |
| 206 | * tclEval |
| 207 | * tclExpr |
| 208 | * tclInvoke |
| 209 | * tclIsSafe |
| 210 | * tclMakeSafe |
| @@ -571,18 +572,25 @@ | |
| 572 | <a name="styleHeader"></a>TH1 styleHeader Command |
| 573 | ------------------------------------------------- |
| 574 | |
| 575 | * styleHeader TITLE |
| 576 | |
| 577 | Render the configured style header for the selected skin. |
| 578 | |
| 579 | <a name="styleFooter"></a>TH1 styleFooter Command |
| 580 | ------------------------------------------------- |
| 581 | |
| 582 | * styleFooter |
| 583 | |
| 584 | Render the configured style footer for the selected skin. |
| 585 | |
| 586 | <a name="styleScript"></a>TH1 styleScript Command |
| 587 | ------------------------------------------------- |
| 588 | |
| 589 | * styleScript |
| 590 | |
| 591 | Render the configured JavaScript for the selected skin. |
| 592 | |
| 593 | <a name="tclEval"></a>TH1 tclEval Command |
| 594 | ----------------------------------------- |
| 595 | |
| 596 | **This command requires the Tcl integration feature.** |
| 597 |