From dc9ef3aa2e0c0299fa711327840fa0fa2c16fc41 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 21 Apr 2008 13:04:19 +0000 Subject: [PATCH] Doxygen --- htdocs/lib/functions.lib.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index d1c62f81e0c..261ad200596 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -2485,9 +2485,11 @@ function clean_html($StringHtml,$removelinefeed=1) } /** - \brief Convertir du binaire en héxadécimal - \param string bin - \return string x + \brief Convert a binaray data to string that represent hexadecimal value + \param bin Value to convert + \param pad Add 0 + \param upper Convert to tupper + \return string x */ function binhex($bin, $pad=false, $upper=false){ $last = strlen($bin)-1; @@ -2512,6 +2514,7 @@ function hexbin($hexa){ return $bin; } + /** * \brief Replace CRLF in string with a HTML BR tag. * \param string2encode String to encode