noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/06: Documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/06: Documentation
Date: Sat, 3 Jun 2023 10:30:27 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4925941c861abe0fe0de3f0c3e97722034a81d04
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Jun 3 13:50:57 2023 +0200

    Documentation
---
 include/lib/noalyss_csv.class.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/lib/noalyss_csv.class.php 
b/include/lib/noalyss_csv.class.php
index dce2c9d21..47a2acdb8 100644
--- a/include/lib/noalyss_csv.class.php
+++ b/include/lib/noalyss_csv.class.php
@@ -76,7 +76,7 @@ class Noalyss_Csv
     }
 
     /***
-     * Send an header for CSV , the filename is corrected 
+     *@brief  Send an header for CSV , the filename is corrected
      */
     function send_header()
     {
@@ -91,7 +91,7 @@ class Noalyss_Csv
     }
 
     /***
-     * write header
+     * @brief write header
      * @param array $p_array Array of 1 dimension with the contains of a row
      * 
      */
@@ -108,7 +108,7 @@ class Noalyss_Csv
         printf("\r\n");
     }
     /***
-     * Add column to export to csv , the string are enclosed with 
+     * @brief Add column to export to csv , the string are enclosed with
      * double-quote,
      * @param $p_item value to export
      * @param $p_type must be text(default) or number
@@ -124,7 +124,7 @@ class Noalyss_Csv
         $this->size++;
     }
     /***
-     * the string are enclosed with  double-quote,
+     * @brief the string are enclosed with  double-quote,
      *  we remove problematic character and
      * the number are formatted.
      * Clean the row after exporting



reply via email to

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