From ea1913d2e6fd7392176ec5542f7a89b45dd023b4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sat, 13 Nov 2010 00:16:41 +0000 Subject: [PATCH] Doxygen --- htdocs/lib/functions.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index eb136756f29..bf021af983f 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -2963,10 +2963,10 @@ function picto_required() /** - * \brief Clean a string from all HTML tags and entities - * \param StringHtml String to clean - * \param removelinefeed Replace also all lines feeds by a space - * \return string String cleaned + * Clean a string from all HTML tags and entities + * @param StringHtml String to clean + * @param removelinefeed Replace also all lines feeds by a space + * @return string String cleaned */ function dol_string_nohtmltag($StringHtml,$removelinefeed=1) { -- GitLab