Skip to content
Snippets Groups Projects
Commit ea1913d2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doxygen

parent 3d6c1066
Branches
Tags
No related merge requests found
...@@ -2963,10 +2963,10 @@ function picto_required() ...@@ -2963,10 +2963,10 @@ function picto_required()
/** /**
* \brief Clean a string from all HTML tags and entities * Clean a string from all HTML tags and entities
* \param StringHtml String to clean * @param StringHtml String to clean
* \param removelinefeed Replace also all lines feeds by a space * @param removelinefeed Replace also all lines feeds by a space
* \return string String cleaned * @return string String cleaned
*/ */
function dol_string_nohtmltag($StringHtml,$removelinefeed=1) function dol_string_nohtmltag($StringHtml,$removelinefeed=1)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment