Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.122 -r1.123 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 25 Jul 2018 18:03:10 -0000 1.122 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 25 Jul 2018 18:17:51 -0000 1.123 @@ -1907,7 +1907,8 @@ } { Compare the from-versions in two of apm_upgrade_logic's array entries on the form 'from_version_name,to_version_name'. - @param from_to_key the key from the array in apm_upgrade_logic + @param from_to_key_1 the first key from the array in apm_upgrade_logic + @param from_to_key_2 the second key from the array in apm_upgrade_logic @return 1 if 1 comes after 2, 0 if they are the same, -1 if 1 comes before 2. @author Lars Pind @@ -2583,7 +2584,7 @@ @param version_id The id of the package version to return attribute values for - @param The name of an array in the callers environment in which the attribute values + @param array The name of an array in the callers environment in which the attribute values will be set (with attribute names as keys and attribute values as values). @author Peter Marklund Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -r1.111 -r1.112 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 3 Jul 2018 17:55:05 -0000 1.111 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 25 Jul 2018 18:17:51 -0000 1.112 @@ -582,9 +582,9 @@ load Tcl tests if the acs-automated-testing package is enabled. @param force_reload Reload Tcl libraries even if they are already loaded. - @param load_libraries Switch to indicate if Tcl libraries in (-procs.tcl and -init.tcl) + @param load_libraries_p Switch to indicate if Tcl libraries in (-procs.tcl and -init.tcl) files should be loaded. Defaults to true. - @param load_queries Switch to indicate if xql query files should be loaded. Default true. + @param load_queries_p Switch to indicate if xql query files should be loaded. Default true. @param packages A list of package_keys for packages to be loaded. Defaults to all enabled packages. These packages, along with the packages they depend on, will be loaded in dependency-order using the @@ -1599,7 +1599,7 @@ for a given package version. Any errors during invocation are logged. - @param callback_proc if this is provided it is called + @param proc_name if this is provided it is called instead of attempting to look up the proc via the package_key or version_id (needed for before-install callbacks since the db is not populated when those are called). Index: openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl 9 May 2018 15:33:29 -0000 1.17 +++ openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl 25 Jul 2018 18:17:51 -0000 1.18 @@ -319,7 +319,7 @@ @param object_id Object_id to update @param text Text to scan for references - @param linked_object_ids List of object ids to update the links to. Links not in this list will be deleted, and any in this list that are not in the database will be added. + @param link_object_ids List of object ids to update the links to. Links not in this list will be deleted, and any in this list that are not in the database will be added. @param relation_tag Relationship identifier @return List of updated linked object_ids Index: openacs-4/packages/acs-tcl/tcl/application-link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/application-link-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/tcl/application-link-procs.tcl 7 Aug 2017 23:47:59 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/application-link-procs.tcl 25 Jul 2018 18:17:51 -0000 1.8 @@ -64,10 +64,10 @@ -to_package_key:required } { Gets the ID for the application linked to from_package_id and matches the - to_package_type. + to_package_key. @param from_package_id Object ID of linked-from application. - @param to_package_type Object type of linked-to application. + @param to_package_key Package key of linked-to application. @return package_id of linked package. } {