[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 113/151: Correct doxygen doc
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 113/151: Correct doxygen doc |
Date: |
Sat, 4 Feb 2017 17:14:32 +0000 (UTC) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 78a499b1757c3a9c783d46e32f36bbb1b9c96574
Author: Rachel <address@hidden>
Date: Thu Jan 12 16:58:11 2017 +0100
Correct doxygen doc
Signed-off-by: Dany De Bontridder <address@hidden>
---
html/js/card.js | 2 +-
html/js/scripts.js | 14 +++++++-------
include/class/class_document_type.php | 2 +-
include/lib/class_html_input.php | 3 +--
include/lib/class_sendmail.php | 2 +-
include/template/profile_menu_display_submenu.php | 4 ++--
6 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/html/js/card.js b/html/js/card.js
index eb8b799..8b4fa93 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -426,7 +426,7 @@ function fill_fin_data(text,li)
/**
address@hidden show the ipopup window and display the details of a card,
* to work some attribute must be set
- address@hidden obj.qcode is the qcode, obj.nohistory if you don't want to
display
+ address@hidden obj.qcode is the qcode, obj.nohistory if you don't want to
display
* the history button, obj.ro is the popin is readonly
address@hidden you must the gDossier as hidden in the calling page
*
diff --git a/html/js/scripts.js b/html/js/scripts.js
index a940bbd..08d0873 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -363,8 +363,8 @@ function change_month(obj)
* the code. In that case, you need to create the object before the
Ajax.Request
*The difference with success box is that
address@hidden add_div removeDiv success_box is that the width and height are
not changed ajax_misc.php
- address@hidden code is the ID of the object containing the html (div,
button...)
- address@hidden value is the html code, with it you fill the ctl element
+ address@hidden code is the ID of the object containing the html (div,
button...)
+ address@hidden value is the html code, with it you fill the ctl element
*/
function success_misc(req)
@@ -543,7 +543,7 @@ function popup_select_tva(obj)
}
/**
address@hidden display the popup with vat and explanations
- address@hidden
+ address@hidden this function is not used anymore
*/
function success_popup_select_tva_obsolete(req)
{
@@ -1158,8 +1158,8 @@ function save_periode(obj)
* the code. In that case, you need to create the object before the
Ajax.Request
*The difference with success box is that
address@hidden add_div removeDiv success_box is that the width and height are
not changed
- address@hidden ctl is the ID of the object containing the html (div,
button...)
- address@hidden code is the html code, with it you fill the ctl element
+ address@hidden ctl is the ID of the object containing the html (div,
button...)
+ address@hidden code is the html code, with it you fill the ctl element
*/
function fill_box(req)
{
@@ -1978,7 +1978,7 @@ function detail_category_show(p_div, p_dossier, p_id)
/**
* @brief check if the parameter is a valid a valid date or not, returns true
if it is valid otherwise
* false
- * @parameter p_str_date the string of the date (format DD.MM.YYYY)
+ * @param p_str_date the string of the date (format DD.MM.YYYY)
*/
function check_date(p_str_date)
{
@@ -2001,7 +2001,7 @@ function check_date(p_str_date)
}
/**
* @brief get the string in the id and check if the date is valid
- * @parameter p_id_date is the id of the element to check
+ * @param p_id_date is the id of the element to check
* @return true if the date is valid
* @see check_date
*/
diff --git a/include/class/class_document_type.php
b/include/class/class_document_type.php
index 8bb6121..0630adc 100644
--- a/include/class/class_document_type.php
+++ b/include/class/class_document_type.php
@@ -58,7 +58,7 @@ class Document_type
/**
* @brief get a list
- * @parameter $p_cn database connection
+ * @param $p_cn database connection
* @return array of data from document_type
*/
static function get_list($p_cn)
diff --git a/include/lib/class_html_input.php b/include/lib/class_html_input.php
index 74b313b..d8915e3 100755
--- a/include/lib/class_html_input.php
+++ b/include/lib/class_html_input.php
@@ -908,9 +908,8 @@ class HtmlInput
echo '</span>';
}
/**
- * Returns HTML code for displaying a icon with a link to a receipt
document from
+ * @brief Returns HTML code for displaying a icon with a link to a
receipt document from
* the ledger
- * @global $cn database connx
* @param $p_jr_id jrn.jr_id
* @param $p_name name in the link , if the name is empty then we show
the icon
* @return nothing or HTML Code for a link to the document
diff --git a/include/lib/class_sendmail.php b/include/lib/class_sendmail.php
index c5d0a6f..4f77359 100644
--- a/include/lib/class_sendmail.php
+++ b/include/lib/class_sendmail.php
@@ -39,7 +39,7 @@ class Sendmail
/**
* set the from
- * @parameter $p_from has the form name <address@hidden>
+ * @param $p_from has the form name <address@hidden>
*/
function set_from($p_from)
{
diff --git a/include/template/profile_menu_display_submenu.php
b/include/template/profile_menu_display_submenu.php
index ce69633..8479aaf 100644
--- a/include/template/profile_menu_display_submenu.php
+++ b/include/template/profile_menu_display_submenu.php
@@ -23,8 +23,8 @@
/**
* @file
* @brief display a submenu contained in a array
- * @parameter $a_module contains rows from profile_menu
- * @parameter $p_module_id is the module / menu id main menu
+ * @param $a_module contains rows from profile_menu
+ * @param $p_module_id is the module / menu id main menu
* @see Profile_Menu::display_module_menu
*/
?>
- [Noalyss-commit] [noalyss] 139/151: ManageTable correct color of HighLigthed row, (continued)
- [Noalyss-commit] [noalyss] 139/151: ManageTable correct color of HighLigthed row, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 140/151: ManageTable use icon, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 136/151: Esthetic for duplicate operation & Correct esthetic, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 72/151: Documentation Task #2 - Documentation nouveau code, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 76/151: Ajout options Task #9 - PDF_Operation : ajout des options, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 83/151: Performance : improve VERIF, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 74/151: Export en PDF d'operation : PDF_Operation::print_section Task #10 - PDF_Operation : ajout titre Analytique, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 84/151: Performance : improve VERIF , change query pour fiche utilisé avec 2 postes, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 115/151: Correct doxygen, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 109/151: Add a class to manage the Param table (CRUD), Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 113/151: Correct doxygen doc,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 131/151: Doxygen, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 120/151: Add managetable.js to the script to load, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 128/151: Security : add security, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 130/151: #1380 : change the name of the function Acc_Ledger::button_copy_operation, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 132/151: Correct Doxygen documentation, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 96/151: Documentation and clean code, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 112/151: Improve Doxygen doc, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 73/151: Export en PDF d'operation, Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 143/151: Fix : when exporting files for creating a PDF in ANC , the filename can be a problem if he contains some char., Dany De Bontridder, 2017/02/04
- [Noalyss-commit] [noalyss] 116/151: Manage_Table , the js and php code are been splitted in 2 files , the ajax calls are nearly done , doxygen for these files is correct, Dany De Bontridder, 2017/02/04