Index: Doc/buildChm.tcl ================================================================== --- Doc/buildChm.tcl +++ Doc/buildChm.tcl @@ -122,19 +122,49 @@ {"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 patterns(.html,4) \ + {"System\.Data\.SQLite~System\.Data\.SQLite\.SQLiteFunction\.Dispose\.html"} + +set patterns(.html,5) \ + {"System\.Data\.SQLite~System\.Data\.SQLite\.SQLiteModule\.SetEstimatedCost\.html"} + +set patterns(.html,6) \ + {"System\.Data\.SQLite~System\.Data\.SQLite\.SQLiteModule\.SetTableError\.html"} + +set patterns(.html,7) \ + {"System\.Data\.SQLite~System\.Data\.SQLite\.SQLiteModule\.Dispose\.html"} + +set patterns(.html,8) \ + {"System\.Data\.SQLite~System\.Data\.SQLite\.SQLiteVirtualTableCursor\.Dispose\.html"} + 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} +set subSpecs(.html,4) \ + {"System.Data.SQLite~System.Data.SQLite.SQLiteFunction.Dispose~Overloads.html"} + +set subSpecs(.html,5) \ + {"System.Data.SQLite~System.Data.SQLite.SQLiteModule.SetEstimatedCost~Overloads.html"} + +set subSpecs(.html,6) \ + {"System.Data.SQLite~System.Data.SQLite.SQLiteModule.SetTableError~Overloads.html"} + +set subSpecs(.html,7) \ + {"System.Data.SQLite~System.Data.SQLite.SQLiteModule.Dispose~Overloads.html"} + +set subSpecs(.html,8) \ + {"System.Data.SQLite~System.Data.SQLite.SQLiteVirtualTableCursor.Dispose~Overloads.html"} + foreach fileName $fileNames { set fileName [file join $path $outputPath $fileName] # # NOTE: Make sure the file we need actually exists.