Index: openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl,v diff -u -N -r1.8.2.4 -r1.8.2.5 --- openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl 27 Mar 2019 11:56:33 -0000 1.8.2.4 +++ openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl 21 Aug 2020 14:18:28 -0000 1.8.2.5 @@ -19,11 +19,17 @@ # Object xowiki_applet -xowiki_applet proc applet_key {} { +xowiki_applet ad_proc applet_key { +} { + @return package key +} { return "dotlrn_xowiki" } -xowiki_applet proc my_package_key {} { +xowiki_applet ad_proc my_package_key { +} { + @return package key +} { return "dotlrn-xowiki" } @@ -36,14 +42,14 @@ xowiki_applet ad_proc node_name { } { - returns the node name + @return node name } { return "xowiki" } xowiki_applet ad_proc pretty_name { } { - returns the pretty name + @return pretty name } { return "XoWiki" }