mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Add a documentation page for compilation options. Still some work to go. (CVS 2117)
FossilOrigin-Name: 5efa2d2a602c3b7249c4e6701e97b16b5ad0280d
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# This script generates the "docs.html" page that describes various
|
||||
# sources of documentation available for SQLite.
|
||||
#
|
||||
set rcsid {$Id: docs.tcl,v 1.7 2004/11/10 05:48:57 danielk1977 Exp $}
|
||||
set rcsid {$Id: docs.tcl,v 1.8 2004/11/20 06:05:56 danielk1977 Exp $}
|
||||
source common.tcl
|
||||
header {SQLite Documentation}
|
||||
puts {
|
||||
@ -110,5 +110,11 @@ doc {VDBE Opcodes} {opcode.html} {
|
||||
SQLite.
|
||||
}
|
||||
|
||||
doc {Compilation Options} {compile.html} {
|
||||
This document describes the compile time options that may be set to
|
||||
modify the default behaviour of the library or omit optional features
|
||||
in order to reduce binary size.
|
||||
}
|
||||
|
||||
puts {</table>}
|
||||
footer $rcsid
|
||||
|
Reference in New Issue
Block a user