Index: openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl,v diff -u -r1.20.2.26 -r1.20.2.27 --- openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 9 Sep 2022 13:53:33 -0000 1.20.2.26 +++ openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 12 Sep 2022 13:45:04 -0000 1.20.2.27 @@ -33,7 +33,8 @@ incr count if { [string is space [join $pa(main)]] && (![info exists pa(return)] || [string is space [join $pa(return)]]) && - (![info exists pa(param)] || [string is space [join $pa(param)]]) + (![info exists pa(param)] || [string is space [join $pa(param)]]) && + (![info exists pa(see)] || [string is space [join $pa(see)]]) } { if {[regexp "^([join $ignored_namespaces |])::.*\$" $p m]} { set test_result warning