From 966c1adeaba90b3a817fa9bf4831a83fe004b16d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Feb 2011 17:25:27 +0000 Subject: [PATCH] Doxygen --- htdocs/compta/bank/class/account.class.php | 8 ++++---- htdocs/compta/paiement/cheque/index.php | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php index 50a889259b3..e6c474669d3 100644 --- a/htdocs/compta/bank/class/account.class.php +++ b/htdocs/compta/bank/class/account.class.php @@ -191,13 +191,13 @@ class Account extends CommonObject * @param $date Date operation * @param $oper 1,2,3,4... (deprecated) or TYP,VIR,PRE,LIQ,VAD,CB,CHQ... * @param $label Descripton - * @param $amount Montant + * @param $amount Amount * @param $num_chq Numero cheque ou virement * @param $categorie Categorie optionnelle * @param $user User that create - * @param $emetteur Nom emetteur - * @param $banque Banque emettrice - * @return int Rowid of added entry, <0 si erreur + * @param $emetteur Name of cheque writer + * @param $banque Bank of cheque writer + * @return int Rowid of added entry, <0 if KO */ function addline($date, $oper, $label, $amount, $num_chq='', $categorie='', $user, $emetteur='',$banque='') { diff --git a/htdocs/compta/paiement/cheque/index.php b/htdocs/compta/paiement/cheque/index.php index b13c48d4840..0a6b0771e69 100644 --- a/htdocs/compta/paiement/cheque/index.php +++ b/htdocs/compta/paiement/cheque/index.php @@ -19,11 +19,11 @@ */ /** - \file htdocs/compta/paiement/cheque/index.php - \ingroup compta - \brief Page liste des bordereau de remise de cheque - \version $Id$ -*/ + * \file htdocs/compta/paiement/cheque/index.php + * \ingroup compta + * \brief Home page for cheque receipts + * \version $Id$ + */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT.'/compta/paiement/cheque/class/remisecheque.class.php'); @@ -41,7 +41,7 @@ $accountstatic=new Account($db); /* - * Affichage + * View */ llxHeader('',$langs->trans("ChequesArea"));