noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 67/238: Documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 67/238: Documentation
Date: Sat, 26 Oct 2019 04:40:34 -0400 (EDT)

sparkyx pushed a commit to annotated tag rel7110
in repository noalyss.

commit d9a0932b1c607b44cd3fb6111cf582bd24d0c83e
Author: Dany De Bontridder <address@hidden>
Date:   Sun Jul 1 13:38:41 2018 +0200

    Documentation
---
 include/class/acc_ledger_history.class.php | 2 +-
 include/lib/select_box.class.php           | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_ledger_history.class.php 
b/include/class/acc_ledger_history.class.php
index 94a88e3..7b2a4b6 100644
--- a/include/class/acc_ledger_history.class.php
+++ b/include/class/acc_ledger_history.class.php
@@ -125,7 +125,7 @@ abstract class Acc_Ledger_History
 
     /**
      * Build the right object 
-     * @return 
\Acc_Ledger_History_Generic|\Acc_Ledger_History_Sale|\Acc_Ledger_History_Financial|\Acc_Ledger_History_Purchase
+     * @return Acc_Ledger_History_Generic Acc_Ledger_History_Sale 
Acc_Ledger_History_Financial Acc_Ledger_History_Purchase
      */
     static function factory(Database $cn, $pa_ledger, $p_from, $p_to, $p_mode)
     {
diff --git a/include/lib/select_box.class.php b/include/lib/select_box.class.php
index 430e28b..b153128 100644
--- a/include/lib/select_box.class.php
+++ b/include/lib/select_box.class.php
@@ -17,6 +17,11 @@
  *   along with NOALYSS; if not, write to the Free Software
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+/**
+ * @file 
+ * @brief display a kind of select 
+ * @include select-box-test.php
+ */
 
 // Copyright Author Dany De Bontridder address@hidden
 class Select_Box
@@ -31,8 +36,9 @@ class Select_Box
      * Default constructor
      * @param type $p_id javascript DOMid
      * @param type $value Label to display
+     * @example select-box-test.php
+     * 
      * 
-     * @example test-iselect-button.php
      */
     function __construct($p_id, $value)
     {



reply via email to

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