Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 13 Jul 2001 10:25:28 -0000 1.2 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 29 Aug 2001 21:22:48 -0000 1.3 @@ -30,7 +30,7 @@ Reads the contract from a Tcl content page. @param path the path of the Tcl file to examine, relative to the - ACS root directory. + OpenACS root directory. @return a list representation of the documentation element array, or an empty list if the file does not contain a doc_page_contract block. @@ -151,7 +151,7 @@ @param format the type of documentation to generate. Currently, only text/html is supported. @param path the path of the Tcl file to examine, relative to the - ACS root directory. + OpenACS root directory. @return the formatted documentation string. @error if the file does not exist. @@ -248,7 +248,7 @@ Generates formatted documentation for a Tcl library file (just the header, describing what the library does). - @param path the path to the file, relative to the ACS path root. + @param path the path to the file, relative to the OpenACS path root. } { if { ![string equal $format "text/html"] } {