Index: openacs-4/packages/acs-api-browser/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/index.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/acs-api-browser/www/index.tcl 9 May 2018 15:33:28 -0000 1.10 +++ openacs-4/packages/acs-api-browser/www/index.tcl 30 Jun 2018 22:04:28 -0000 1.11 @@ -1,11 +1,11 @@ ad_page_contract { - + Offers links to other pages, and lets the user type the name of a specific procedure. If about_package_key is set to an installed package, then this page will automatically return /package-view page for the package-key, which is a handy way of integrating static docs with evolving api, especially for core packages. - @about_package_key a package-key + @param about_package_key a package-key @author Jon Salz (jsalz@mit.edu) @author Lars Pind (lars@pinds.com) @cvs-id $Id$ Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -N -r1.105 -r1.106 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 28 Jun 2018 14:10:42 -0000 1.105 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 30 Jun 2018 22:04:28 -0000 1.106 @@ -1835,7 +1835,7 @@ } { Invoke the Register service contract operation for the given authority. - @authority_id Id of the authority. + @param authority_id Id of the authority. } { set impl_id [auth::authority::get_element -authority_id $authority_id -element "register_impl_id"] @@ -1904,7 +1904,7 @@ } { Invoke the Register service contract operation for the given authority. - @authority_id Id of the authority. + @param authority_id Id of the authority. } { set impl_id [auth::authority::get_element -authority_id $authority_id -element "user_info_impl_id"] Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -N -r1.103 -r1.104 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 26 Jun 2018 08:39:27 -0000 1.103 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 30 Jun 2018 22:04:28 -0000 1.104 @@ -2305,8 +2305,8 @@ directices are picked up, when the pages is rendered, by the CSP generator. - @directive name of the directive (such as e.g. style-src) - @value allowed source for this page (such as e.g. unsafe-inline) + @param directive name of the directive (such as e.g. style-src) + @param value allowed source for this page (such as e.g. unsafe-inline) @author Gustaf Neumann @see security::csp::render Index: openacs-4/packages/calendar/www/admin/calendar-create.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/admin/calendar-create.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/calendar/www/admin/calendar-create.tcl 19 Jan 2018 14:27:15 -0000 1.4 +++ openacs-4/packages/calendar/www/admin/calendar-create.tcl 30 Jun 2018 22:04:28 -0000 1.5 @@ -1,17 +1,17 @@ # /packages/calendar/www/admin/calendar-create.tcl ad_page_contract { - + generation of new group calendar when a party_wide calendar is generated the default permission is that this calendar is - + @author Gary Jin (gjin@arsdigita.com) - - @party_id key to owner id - @calendar_name the name of the calendar - @calendar_permission the permissions of the calendar + @param party_id key to owner id + @param calendar_name the name of the calendar + @param calendar_permission the permissions of the calendar + @creation-date Dec 14, 2000 @cvs-id $Id$ } { Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl,v diff -u -N -r1.21 -r1.22 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 7 Aug 2017 23:48:10 -0000 1.21 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 30 Jun 2018 22:04:28 -0000 1.22 @@ -130,7 +130,7 @@ } { A helper proc to add the underlying portlet to the given portal. - @portal_id + @param portal_id @param args ns_set (community_id?) } { # since this portlet is only added to community portals or portal templates Index: openacs-4/packages/dotlrn-edit-this-page/tcl/dotlrn-edit-this-page-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-edit-this-page/tcl/dotlrn-edit-this-page-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-edit-this-page/tcl/dotlrn-edit-this-page-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 +++ openacs-4/packages/dotlrn-edit-this-page/tcl/dotlrn-edit-this-page-procs.tcl 30 Jun 2018 22:04:28 -0000 1.5 @@ -159,7 +159,7 @@ } { A helper proc to add the underlying portlet to the given portal. - @portal_id + @param portal_id } { set args [ns_set create] ns_set put $args package_id 0 Index: openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl,v diff -u -N -r1.44 -r1.45 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 27 Mar 2018 14:22:30 -0000 1.44 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 30 Jun 2018 22:04:28 -0000 1.45 @@ -178,7 +178,7 @@ } { A helper proc to add the underlying portlet to the given portal. - @portal_id + @param portal_id } { set args [ns_set create] ns_set put $args package_id 0 Index: openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl,v diff -u -N -r1.37 -r1.38 --- openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 27 Mar 2018 14:22:30 -0000 1.37 +++ openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 30 Jun 2018 22:04:28 -0000 1.38 @@ -191,7 +191,7 @@ } { A helper proc to add the underlying portlet to the given portal. - @portal_id + @param portal_id } { set type [dotlrn::get_type_from_portal_id -portal_id $portal_id] set package_id 0 Index: openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl 27 Mar 2018 14:22:30 -0000 1.5 +++ openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl 30 Jun 2018 22:04:28 -0000 1.6 @@ -93,7 +93,7 @@ } { Add the tasks applet to a specific dotlrn community - @params community_id + @param community_id } { # Create and Mount the Tasks Package Index: openacs-4/packages/forums-includelet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums-includelet/tcl/apm-callback-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/forums-includelet/tcl/apm-callback-procs.tcl 30 Jul 2008 11:50:50 -0000 1.1 +++ openacs-4/packages/forums-includelet/tcl/apm-callback-procs.tcl 30 Jun 2018 22:04:28 -0000 1.2 @@ -4,7 +4,7 @@ @creation-date 2008-07-16 @author Don Baccus - @version $Id$ + @cvs-id $Id$ } namespace eval forums_includelet::install {} @@ -22,15 +22,15 @@ -title #forums-includelet.admin_pretty_name# \ -application forums \ -template /packages/forums-includelet/lib/forums-admin-includelet \ - -required_privilege admin + -required_privilege admin # User includelet layout::includelet::new \ -name forums_includelet \ -description "Displays the forums includelet" \ -title #forums-includelet.pretty_name# \ -application forums \ - -template /packages/forums-includelet/lib/forums-includelet + -template /packages/forums-includelet/lib/forums-includelet } } Index: openacs-4/packages/lars-blogger/tcl/pinds-blog-entry-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/pinds-blog-entry-sc-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/lars-blogger/tcl/pinds-blog-entry-sc-procs.tcl 11 Dec 2003 21:40:05 -0000 1.4 +++ openacs-4/packages/lars-blogger/tcl/pinds-blog-entry-sc-procs.tcl 30 Jun 2018 22:04:28 -0000 1.5 @@ -3,7 +3,7 @@ @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date 2002-11-18 - @cvs $Id$ + @cvs-id $Id$ } ad_proc pinds_blog_entry__datasource { Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -N -r1.207 -r1.208 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 22 May 2018 13:22:23 -0000 1.207 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 30 Jun 2018 22:04:28 -0000 1.208 @@ -360,7 +360,7 @@ FIXME REFACTOR ME @param portal_id - @return_url + @param return_url } { # 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.109 -r1.110 --- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 27 Jun 2018 12:11:14 -0000 1.109 +++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 30 Jun 2018 22:04:28 -0000 1.110 @@ -377,7 +377,7 @@ from class's data-model. A list built in this way will be paginated automatically. - @parameter actions Behaves as in template::list::create. + @param actions Behaves as in template::list::create. If missing, can be automatically generated acting on create_url and no_create_p parameters (see below).