Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fixup external MSDN documentation links for the referenced generic interfaces. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0897c71426fb18135e93440dd83c5113 |
User & Date: | mistachkin 2013-06-26 04:52:00.671 |
Context
2013-06-26
| ||
18:17 | Add an example to the SQLiteModuleEnumerable class doc comments. check-in: e539f17af4 user: mistachkin tags: trunk | |
04:52 | Fixup external MSDN documentation links for the referenced generic interfaces. check-in: 0897c71426 user: mistachkin tags: trunk | |
04:27 | Minor addition to doc comments. check-in: 7d123e6752 user: mistachkin tags: trunk | |
Changes
Changes to Doc/buildChm.tcl.
︙ | ︙ | |||
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | set patterns(.hhp,1) {Default topic=~System\.Data\.SQLite\.html} set patterns(.hhp,2) \ {"~System\.Data\.SQLite\.html","~System\.Data\.SQLite\.html",,,,,} set patterns(.html,1) \ {"http://msdn\.microsoft\.com/en-us/library/(System\.Data\.SQLite\.(?:.*?))\(VS\.\d+\)\.aspx"} set subSpecs(.hhc,1) [readFileAsSubSpec [file join $path SQLite.NET.hhc]] set subSpecs(.hhp,1) {Default topic=welcome.html} set subSpecs(.hhp,2) {"welcome.html","welcome.html",,,,,} set subSpecs(.html,1) {"System.Data.SQLite~\1.html"} foreach fileName $fileNames { set fileName [file join $path $outputPath $fileName] # # NOTE: Make sure the file we need actually exists. # | > > > > > > | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | set patterns(.hhp,1) {Default topic=~System\.Data\.SQLite\.html} set patterns(.hhp,2) \ {"~System\.Data\.SQLite\.html","~System\.Data\.SQLite\.html",,,,,} set patterns(.html,1) \ {"http://msdn\.microsoft\.com/en-us/library/(System\.Data\.SQLite\.(?:.*?))\(VS\.\d+\)\.aspx"} set patterns(.html,2) {System.Collections.Generic.IEnumerable`1} set patterns(.html,3) {System.Collections.Generic.IEnumerator`1} set subSpecs(.hhc,1) [readFileAsSubSpec [file join $path SQLite.NET.hhc]] set subSpecs(.hhp,1) {Default topic=welcome.html} set subSpecs(.hhp,2) {"welcome.html","welcome.html",,,,,} set subSpecs(.html,1) {"System.Data.SQLite~\1.html"} set subSpecs(.html,2) {9eekhta0} set subSpecs(.html,3) {78dfe2yb} foreach fileName $fileNames { set fileName [file join $path $outputPath $fileName] # # NOTE: Make sure the file we need actually exists. # |
︙ | ︙ |