System.Data.SQLite

Check-in [5b3dc8f442]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Move the 'vtab.html' file so it does not get included in the CHM build.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | vtabDocComments
Files: files | file ages | folders
SHA1: 5b3dc8f44286e15c030c1df635ebb729b7a8501d
User & Date: mistachkin 2015-10-18 05:31:32.723
Context
2015-10-18
05:32
Update embedded virtual table methods documentation comments using the new tool. check-in: 29f36edc2d user: mistachkin tags: vtabDocComments
05:31
Move the 'vtab.html' file so it does not get included in the CHM build. check-in: 5b3dc8f442 user: mistachkin tags: vtabDocComments
05:10
More output file fixes. The tool is now working. check-in: 1129095ae9 user: mistachkin tags: vtabDocComments
Changes
Unified Diff Ignore Whitespace Patch
Name change from Doc/Extra/Core/vtab.html to Doc/Special/Core/vtab.html.
Changes to Doc/vtab.tcl.
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
}

#
# NOTE: This is the entry point for this script.
#
set path [file normalize [file dirname [info script]]]

set coreDocPath [file join $path Extra Core]
set interfacePath [file join [file dirname $path] System.Data.SQLite]
set inputFileName [file join $coreDocPath vtab.html]

if {![file exists $inputFileName]} then {
  puts "input file \"$inputFileName\" does not exist"
  exit 1
}







|







159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
}

#
# NOTE: This is the entry point for this script.
#
set path [file normalize [file dirname [info script]]]

set coreDocPath [file join $path Special Core]
set interfacePath [file join [file dirname $path] System.Data.SQLite]
set inputFileName [file join $coreDocPath vtab.html]

if {![file exists $inputFileName]} then {
  puts "input file \"$inputFileName\" does not exist"
  exit 1
}