Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | On the JSON1 documentation, make sure all arguments in the Overview section are italicized. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.21 |
Files: | files | file ages | folders |
SHA3-256: |
0d9fba92269d556fc570bf48825a2ebb |
User & Date: | drh 2017-11-05 22:22:34.268 |
Context
2017-11-09
| ||
21:01 | Fix documentation typos reported on the mailing list by Philip Newton. (check-in: 8283dbcef9 user: drh tags: branch-3.21) | |
2017-11-05
| ||
22:22 | On the JSON1 documentation, make sure all arguments in the Overview section are italicized. (check-in: 0d9fba9226 user: drh tags: branch-3.21) | |
2017-11-02
| ||
20:07 | Fix a typo ("quote" instead of "quota") in the VFS document. (check-in: 877f14d569 user: drh tags: branch-3.21) | |
Changes
Changes to pages/json1.in.
︙ | ︙ | |||
19 20 21 22 23 24 25 | incr tabcnt hd_puts "<li value='$tabcnt'>\n" set fx [string trim $fx] set hlink "<a href='#$lnk'>" regsub -all {^json\(} $fx "${hlink}json</a>(" fx regsub -all {(json_[a-z_]+)} $fx "$hlink\\1</a>" fx regsub -all {(value[1-9]?|path|label[1-9]?)} $fx "<i>\\1</i>" fx | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | incr tabcnt hd_puts "<li value='$tabcnt'>\n" set fx [string trim $fx] set hlink "<a href='#$lnk'>" regsub -all {^json\(} $fx "${hlink}json</a>(" fx regsub -all {(json_[a-z_]+)} $fx "$hlink\\1</a>" fx regsub -all {(value[1-9]?|path|label[1-9]?)} $fx "<i>\\1</i>" fx regsub -all {(json[1-9]?|name)} $fx "<i>\\1</i>" fx hd_puts "$fx\n" # hd_puts "[string trim $desc]\n" hd_puts "</li>\n\n" } set tsctr 100 tabentry {json(json)} { |
︙ | ︙ |