noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 04/33: Documentation code


From: dwm
Subject: [Noalyss-commit] [noalyss] 04/33: Documentation code
Date: Thu, 18 Jul 2024 12:24:43 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 4defcfc15d1d111b50b48484408722a645a5eb80
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Jun 15 13:06:38 2024 +0200

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]