From fda73e85e46bb363dd4ed6aa7b7f6cc9bfe2b2d7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Mar 2011 23:50:27 +0000 Subject: [PATCH] Doxygen --- htdocs/lib/functions.lib.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 65accc1bc61..c52ca91dee5 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -1422,9 +1422,9 @@ function img_view($alt = "default", $float=0, $other='') } /** - \brief Affiche logo effacer - \param alt Texte sur le alt de l'image - \return string Retourne tag img + * Show delete logo + * @param alt Texte sur le alt de l'image + * @return string Retourne tag img */ function img_delete($alt = "default") { @@ -1435,10 +1435,10 @@ function img_delete($alt = "default") /** - * \brief Affiche logo help avec curseur "?" - * \param usehelpcursor - * \param usealttitle Texte to use as alt title - * \return string Retourne tag img + * Show help logo with cursor "?" + * @param usehelpcursor + * @param usealttitle Texte to use as alt title + * @return string Retourne tag img */ function img_help($usehelpcursor=1,$usealttitle=1) {