From a41ec9a5befbe7fb476232ae34a9b87a91e5cfc9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Sep 2011 20:56:08 +0000 Subject: [PATCH] Doxygen --- htdocs/core/class/canvas.class.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/core/class/canvas.class.php b/htdocs/core/class/canvas.class.php index 1a56caeae7c..5e7d4321ca4 100644 --- a/htdocs/core/class/canvas.class.php +++ b/htdocs/core/class/canvas.class.php @@ -66,6 +66,7 @@ class Canvas * @param string $module Name of target module (thirdparty, contact, ...) * @param string $card Tab name of card (ex: 'card', 'info', 'contactcard', ...) or '' for a list page * @param string $canvas Name of canvas (ex: mycanvas, default, or mycanvas@myexternalmodule) + * @return void */ function getCanvas($module, $card, $canvas) { @@ -107,8 +108,6 @@ class Canvas //print 'dimodule='.$dirmodule.' canvas='.$this->canvas.'
'; //print ' => template_dir='.$this->template_dir.'
'; - - return 1; } @@ -125,7 +124,7 @@ class Canvas /** * Shared method for canvas to execute actions * - * @param string $action Action string + * @param string &$action Action string * @param int $id Object id * @return mixed Return return code of doActions of canvas */ @@ -141,7 +140,7 @@ class Canvas /** * Shared method for canvas to assign values for templates * - * @param string $action Action string + * @param string &$action Action string * @param int $id Object id * @return void */