Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl,v diff -u -N -r1.3 -r1.3.4.1 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl 9 Nov 2008 23:29:24 -0000 1.3 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl 8 Sep 2014 08:04:58 -0000 1.3.4.1 @@ -92,8 +92,8 @@ existing community. This proc creates the target community's homework folder and sets the proper permissions. - @community_id The community we're creating the homefolder for - @package_id Our package id + @param community_id The community we're creating the homefolder for + @param package_id Our package id @return The new folder id @@ -215,8 +215,8 @@ We just create the homework folder and portlets in the new community, as requested by Sloan. - @old_community_id The old (source) community - @new_community_id The new (destination) community + @param old_community_id The old (source) community + @param new_community_id The new (destination) community @return The package id for the homework package mounted in the new community } { @@ -271,10 +271,10 @@ } { dotlrn-homework listens only for rename - @community_id The community experiencing an event - @event The event (rename) - @old_value The old community name being changed - @new_value The new community name + @param community_id The community experiencing an event + @param event The event (rename) + @param old_value The old community name being changed + @param new_value The new community name } { switch $event { rename { Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -N -r1.97.2.14 -r1.97.2.15 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 23 Jul 2014 21:21:03 -0000 1.97.2.14 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 8 Sep 2014 08:09:04 -0000 1.97.2.15 @@ -1048,7 +1048,8 @@ ::xo::db::postgresql instproc get_function_args {package_name object_name} { set key [string toupper ${package_name}__${object_name}] # - # If we have function ares already loaded, there is nothing to do + # If we have function definitions already loaded, there is nothing + # to do. # if {[info exists ::xo::db::fnargs($key)]} { return $::xo::db::fnargs($key) @@ -1839,14 +1840,14 @@ @param object_class specifies the XOTcl class, for which instances are created. - @named_objects If this flag is true, the value of the id_column is used + @param named_objects If this flag is true, the value of the id_column is used for the name of the created objects (object will be named e.g. ::13738). Otherwise, objects are created with the XOTcl "new" method to avoid object name clashes. - @destroy_on_cleanup If this flag is true, the objects (and ordered composite) + @param destroy_on_cleanup If this flag is true, the objects (and ordered composite) will be automatically destroyed on cleaup (typically after the request was processed). - @initialize can be used to avoid full initialization, when + @param initialize can be used to avoid full initialization, when a large series of of objects is loaded. Per default, these objects are initialized via initialize_loaded_object, when the are of type ::xo::db::Object @@ -1946,7 +1947,7 @@ } { Returns the SQL-query to select ACS Objects of the object_type of the class. - @select_attributes attributes for the SQL query to be retrieved. + @param select_attributes attributes for the SQL query to be retrieved. if no attributes are specified, all attributes are retrieved. @param orderby for ordering the solution set @param where_clause clause for restricting the answer set Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -N -r1.50.2.16 -r1.50.2.17 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 2 Sep 2014 12:56:15 -0000 1.50.2.16 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 8 Sep 2014 08:09:04 -0000 1.50.2.17 @@ -561,7 +561,7 @@ {-base_table "cr_revisions"} } { returns the SQL-query to select the CrItems of the specified object_type - @select_attributes attributes for the sql query to be retrieved, in addition + @param select_attributes attributes for the sql query to be retrieved, in addition to item_id, name, publish_status, object_type, and package_id which are always returned @param orderby for ordering the solution set @@ -1277,7 +1277,7 @@ {-base_table "cr_folders"} } { returns the SQL-query to select the CrItems of the specified object_type - @select_attributes attributes for the sql query to be retrieved, in addition + @param select_attributes attributes for the sql query to be retrieved, in addition to item_id, name, publish_status, object_type which are always returned @param orderby for ordering the solution set @param where_clause clause for restricting the answer set Index: openacs-4/packages/xotcl-core/tcl/generic-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/generic-procs.tcl,v diff -u -N -r1.94.6.4 -r1.94.6.5 --- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 31 Jul 2014 13:36:19 -0000 1.94.6.4 +++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 8 Sep 2014 08:09:04 -0000 1.94.6.5 @@ -173,11 +173,11 @@ {-mode "edit"} {-export} } { - the method generate is used to actually generate the form template + The method generate is used to actually generate the form template from the specifications and to set up page_title and context when appropriate. - @template is the name of the tcl variable to contain the filled in template - @export list of attribue value pairs to be exported to the form (nested list) + @param template is the name of the tcl variable to contain the filled in template + @param export list of attribue value pairs to be exported to the form (nested list) } { # set form name for adp file my set $template [my name]