diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php
index eb136756f291072cbed3504bf9a5601fc545ff10..bf021af983fcb77f34594e4df963cd7b8f04476d 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)
 {