Index: openacs-4/packages/calendar/tcl/calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-procs.tcl,v diff -u -N -r1.38 -r1.39 --- openacs-4/packages/calendar/tcl/calendar-procs.tcl 28 Jun 2018 14:48:40 -0000 1.38 +++ openacs-4/packages/calendar/tcl/calendar-procs.tcl 28 Jun 2018 14:58:16 -0000 1.39 @@ -374,7 +374,7 @@ {-calendar_id:required} {-user_id ""} } { - Returns true (1) if this is the user's personal calendar, false (0) otherwise. + @return true (1) if this is the user's personal calendar, false (0) otherwise. @param user_id The user whose calendar you want to check } { @@ -541,7 +541,7 @@ ad_proc -public calendar::notification::get_url { object_id } { - Returns a full URL to the object_id + @return a full URL to the object_id } { return [site_node::get_url_from_object_id -object_id $object_id] }