Fossil SCM

Documentation updates for custom TH1 commands.

mistachkin 2018-09-11 17:47 trunk
Commit 874a4dac8cca5ac1e105d2a4e4c9232c30c6abdf5089b3e66e2f7501818da73e
2 files changed +3 -3 +10 -2
+3 -3
--- src/th_main.c
+++ src/th_main.c
@@ -1254,11 +1254,11 @@
12541254
}
12551255
12561256
/*
12571257
** TH1 command: styleHeader TITLE
12581258
**
1259
-** Render the configured style header.
1259
+** Render the configured style header for the selected skin.
12601260
*/
12611261
static int styleHeaderCmd(
12621262
Th_Interp *interp,
12631263
void *p,
12641264
int argc,
@@ -1279,11 +1279,11 @@
12791279
}
12801280
12811281
/*
12821282
** TH1 command: styleFooter
12831283
**
1284
-** Render the configured style footer.
1284
+** Render the configured style footer for the selected skin.
12851285
*/
12861286
static int styleFooterCmd(
12871287
Th_Interp *interp,
12881288
void *p,
12891289
int argc,
@@ -1304,11 +1304,11 @@
13041304
}
13051305
13061306
/*
13071307
** TH1 command: styleScript
13081308
**
1309
-** Render the configured javascript for the selected skin
1309
+** Render the configured JavaScript for the selected skin.
13101310
*/
13111311
static int styleScriptCmd(
13121312
Th_Interp *interp,
13131313
void *p,
13141314
int argc,
13151315
--- 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 @@
200200
* setParameter
201201
* setting
202202
* stime
203203
* styleHeader
204204
* styleFooter
205
+ * styleScript
205206
* tclEval
206207
* tclExpr
207208
* tclInvoke
208209
* tclIsSafe
209210
* tclMakeSafe
@@ -571,18 +572,25 @@
571572
<a name="styleHeader"></a>TH1 styleHeader Command
572573
-------------------------------------------------
573574
574575
* styleHeader TITLE
575576
576
-Render the configured style header.
577
+Render the configured style header for the selected skin.
577578
578579
<a name="styleFooter"></a>TH1 styleFooter Command
579580
-------------------------------------------------
580581
581582
* styleFooter
582583
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.
584592
585593
<a name="tclEval"></a>TH1 tclEval Command
586594
-----------------------------------------
587595
588596
**This command requires the Tcl integration feature.**
589597
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button