From aa8e3b0b2e2d3470c72ccd852c17093ae686711c Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 15 Jun 2024 13:06:38 +0200 Subject: [PATCH] Documentation code --- include/lib/html_input.class.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php index 86e2f7465..7fc047a50 100755 --- a/include/lib/html_input.class.php +++ b/include/lib/html_input.class.php @@ -938,7 +938,7 @@ class HtmlInput } /** - * Return a simple anchor with a url or a javascript + * @brief Return a simple LINK with a url or a javascript * if $p_js is not null then p_url will be javascript:void(0) * we don't add the event onclick. You must give p_url OR p_js * default CSS class=line @@ -965,7 +965,7 @@ class HtmlInput } /** - * Create an ISelect object containing the available repository for reading + * @brief Create an ISelect object containing the available repository for reading * or writing * @remark $g_user global. * @@ -1007,8 +1007,7 @@ class HtmlInput } } /** - * - * * filter the rows in a table and keep the colored row in alternance + * @brief filter the rows in a table and keep the colored row in alternance * @param dom_id $p_table_id table * @param string $p_col , column to search example 0,1,2 * @param int $start_row row to always keep (header) @@ -1030,7 +1029,7 @@ class HtmlInput return $r; } /** - * filter the rows in a table and keep the colored row in alternance + * @brief filter the rows in a table and keep the colored row in alternance * @param dom_id $p_table_id table * @param string $p_col , column to search example 0,1,2 * @param int $start_row row to always keep (header)