noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 112/151: Improve Doxygen doc


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 112/151: Improve Doxygen doc
Date: Sat, 4 Feb 2017 17:14:32 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 271d3f47828dc9a016cade1c0ef2be4cf3114401
Author: Rachel <address@hidden>
Date:   Thu Jan 12 15:27:35 2017 +0100

    Improve Doxygen doc
    
    Signed-off-by: Dany De Bontridder <address@hidden>
---
 html/js/card.js                        |    4 ++--
 include/database/class_noalyss_sql.php |    2 +-
 include/fiche.inc.php                  |    8 ++++----
 include/lib/ac_common.php              |   10 +++++-----
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/html/js/card.js b/html/js/card.js
index 44c7743..eb8b799 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -607,7 +607,7 @@ function select_card_type(obj)
  *        - filter is the filter but with a  fd_id list, -1 means there  is no 
filter
  *        - ref : reload the window after adding card
  *        - content : name of the div
- address@hidden dis_blank_card({gDossier:15,fd_id:12,ref:1});
+ address@hidden dis_blank_card({gDossier:15,fd_id:12,ref:1});
  address@hidden ajax_card.php
  */
 function dis_blank_card(obj)
@@ -917,4 +917,4 @@ function 
action_remove_concerned(p_dossier,p_fiche_id,p_action_id)
             }
     );
     }
-    
\ No newline at end of file
+    
diff --git a/include/database/class_noalyss_sql.php 
b/include/database/class_noalyss_sql.php
index 1ac6c3c..d1d5d82 100644
--- a/include/database/class_noalyss_sql.php
+++ b/include/database/class_noalyss_sql.php
@@ -24,7 +24,7 @@
  * @file
  * @brief this wrapper is used to created easily a wrapper to a table
  *
- * @class
+ * @class Noalyss_SQL
  * Match a table into an object, you need to add the code for each table
  * @note : the primary key must be an integer
  *
diff --git a/include/fiche.inc.php b/include/fiche.inc.php
index e419699..1c83125 100644
--- a/include/fiche.inc.php
+++ b/include/fiche.inc.php
@@ -278,8 +278,8 @@ if (isDate($_REQUEST['start']) == null || 
isDate($_REQUEST['end']) == null)
        alert('Date invalide !');
        return;
 }
-/*************************************************************************************************************************
- * Balance agée tous
+/*************************************************************************************************************************/
+ // Balance agée tous
 
/*************************************************************************************************************************/
 if ( $_GET['histo'] == 8)
 {
@@ -314,8 +314,8 @@ if ( $_GET['histo'] == 8)
     }
     return;
 }
-/*************************************************************************************************************************
- * Balance en-cours
+/*************************************************************************************************************************/
+ // Balance en-cours
 
/*************************************************************************************************************************/
 if ( $_GET['histo'] == 7)
 {
diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php
index 8fe3d14..347b5fc 100644
--- a/include/lib/ac_common.php
+++ b/include/lib/ac_common.php
@@ -465,7 +465,7 @@ function sql_string($p_string)
 }
 
 /**
-  /* \brief store the string which print
+* \brief store the string which print
  *           the content of p_array in a table
  *           used to display the menu
  * \param  $p_array array like ( 0=>HREF reference, 1=>visible item 
(name),2=>Help(opt),
@@ -475,7 +475,7 @@ function sql_string($p_string)
  * \param $class_ref CSS for the A tag
  * \param $default selected item
  * \param $p_extra extra code for the table tag (CSS or javascript)
- *
+ */
   /* \return : string */
 
 function ShowItem($p_array, $p_dir='V', $class="mtitle", $class_ref="mtitle", 
$default="", $p_extra="")
@@ -897,7 +897,7 @@ function show_module($selected)
 }
 /**
  * Find the default module or the first one
- * @global $g_user $g_user
+ * @var $g_user $g_user
  * @return default module (string)
  */
 function find_default_module()
@@ -976,7 +976,7 @@ function find_default_module()
 
 /**
  * show the module
- * @global $g_user
+ * @var $g_user
  * @param $module the $_REQUEST['ac'] exploded into an array
  * @param  $idx the index of the array : the AD code is splitted into an array 
thanks the slash
  */
@@ -1263,4 +1263,4 @@ function is_msie()
         $is_msie=0;
     return $is_msie;
 }
-?>
\ No newline at end of file
+?>



reply via email to

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