Index: openacs-4/packages/acs-content-repository/tcl/content-extlink-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-extlink-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-content-repository/tcl/content-extlink-procs.tcl 7 Aug 2017 23:47:47 -0000 1.9 +++ openacs-4/packages/acs-content-repository/tcl/content-extlink-procs.tcl 25 Jul 2018 18:54:12 -0000 1.10 @@ -41,7 +41,8 @@ {-description ""} {-package_id ""} } { - @param Create a new external link. + Create a new external link. + @return 0 } { return [package_exec_plsql -var_list [list \ Index: openacs-4/packages/acs-content-repository/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/deprecated-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-content-repository/tcl/deprecated-procs.tcl 25 Jul 2018 18:40:21 -0000 1.5 +++ openacs-4/packages/acs-content-repository/tcl/deprecated-procs.tcl 25 Jul 2018 18:54:12 -0000 1.6 @@ -273,7 +273,7 @@ Returns true if the given item is a symlink - @param symlink_id The object id of the item to check. + @param item_id The object id of the item to check. @see content::symlink::is_symlink } { @@ -295,7 +295,7 @@ ad_proc -public -deprecated content_symlink::resolve { -item_id:required } { - @param item)id item_id of content_symlink item to resolve + @param item_id item_id of content_symlink item to resolve @return item_id of symlink target @see content::symlink::resolve Index: openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 9 May 2018 15:33:29 -0000 1.17 +++ openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 25 Jul 2018 18:54:12 -0000 1.18 @@ -111,7 +111,7 @@ divides a string variable into a list of strings, all but the first element beginning with the indicated text marker; the first element of the created list contains all of the string preceding the first occurrence of the text marker - @param text name of string variable (not the string value itself) + @param text_ref name of string variable (not the string value itself) @param marker the string indicating text division @see doc::util::find_marker_indices Index: openacs-4/packages/file-storage/tcl/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.tcl,v diff -u -N -r1.86 -r1.87 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 28 Jun 2018 12:30:28 -0000 1.86 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 25 Jul 2018 18:54:12 -0000 1.87 @@ -1409,15 +1409,14 @@ -file_id:required -revision_id } { - returns an array containing the fs object info + Returns an array containing the fs object info. @author Deds Castillo (deds@i-manila.com.ph) @creation-date 2004-07-03 - @param item_id + @param file_id Id of the file + @param revision_id Id of the revision - @param revision_id - @return @error