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.25 -r1.26 --- openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 22 Oct 2024 13:42:04 -0000 1.25 +++ openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 22 Oct 2024 16:20:01 -0000 1.26 @@ -30,6 +30,9 @@ { Class ::ns_hmac} { Class ::ns_md} { Class ::ns_crypto::HashFunctions} + { Class ::xotcl::Attribute} + { Class ::xotcl::MetaSlot} + { Class ::xotcl::RelationSlot} } foreach p [lsort -dictionary [nsv_array names api_proc_doc]] { set pa [nsv_get api_proc_doc $p]