diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-20 10:24:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-20 10:24:06 (GMT) |
commit | bddd146942a0689cddba2b1d0bd5e0c3cedad709 (patch) | |
tree | a616475c79ab4e70e34d1cc4eb5ab96c4cb80f11 /tools/checkLibraryDoc.tcl | |
parent | 249c689f2da9755c337657844972757e5b2d757a (diff) | |
parent | e42885732ad095ddf86399ce646a1c0348b38d37 (diff) | |
download | tcl-bddd146942a0689cddba2b1d0bd5e0c3cedad709.zip tcl-bddd146942a0689cddba2b1d0bd5e0c3cedad709.tar.gz tcl-bddd146942a0689cddba2b1d0bd5e0c3cedad709.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tools/checkLibraryDoc.tcl')
-rw-r--r--[-rwxr-xr-x] | tools/checkLibraryDoc.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/checkLibraryDoc.tcl b/tools/checkLibraryDoc.tcl index d560b98..8dba5b4 100755..100644 --- a/tools/checkLibraryDoc.tcl +++ b/tools/checkLibraryDoc.tcl @@ -3,7 +3,7 @@ # This script attempts to determine what APIs exist in the source base that # have not been documented. By grepping through all of the doc/*.3 man # pages, looking for "Pkg_*" (e.g., Tcl_ or Tk_), and comparing this list -# against the list of Pkg_ APIs found in the source (e.g., tcl8.2/*/*.[ch]) +# against the list of Pkg_ APIs found in the source (e.g., tcl8.7/*/*.[ch]) # we create six lists: # 1) APIs in Source not in Docs. # 2) APIs in Docs not in Source. @@ -107,7 +107,6 @@ proc main {} { if {($len != 2) && ($len != 3)} { puts "usage: $argv0 pkgName pkgDir \[outFile\]" puts " pkgName == Tcl,Tk" - puts " pkgDir == /home/surles/cvs/tcl8.2" exit 1 } |