From d3e7f0a46337ac4b051b225705b5b2ada001d07c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 13 Sep 2010 23:18:13 +0000 Subject: [PATCH] Doxygen --- htdocs/core/class/menubase.class.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/htdocs/core/class/menubase.class.php b/htdocs/core/class/menubase.class.php index c7f9aac6033..5a80f54d0b0 100644 --- a/htdocs/core/class/menubase.class.php +++ b/htdocs/core/class/menubase.class.php @@ -425,11 +425,11 @@ class Menubase } /** - * \brief Load tabMenu array - * \param type_user 0=Internal,1=External,2=All - * \param mainmenu Value for mainmenu that defined top menu - * \param menu_handler Name of menu_handler used (auguria, eldy...) - * \return array Return array with menu entries for top menu + * Load tabMenu array + * @param type_user 0=Internal,1=External,2=All + * @param mainmenu Value for mainmenu that defined top menu + * @param menu_handler Name of menu_handler used (auguria, eldy...) + * @return array Return array with menu entries for top menu */ function menuTopCharger($type_user, $mainmenu, $menu_handler) { @@ -528,11 +528,10 @@ class Menubase } /** - * Load entries found in database in a menu array - * + * Load entries found in database in a menu array * @param $newmenu Menu array to complete * @param $mainmenu Value for mainmenu that defined top menu - * @param $leftmenu Value for left that defined leftmenu + * @param $myleftmenu Value for left that defined leftmenu * @param $type_user 0=Internal,1=External,2=All * @param $menu_handler Name of menu_handler used (auguria, eldy...) * @return array Menu array completed