From d4c6cbc550859580ee467d0226193f4e5cb1e35c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Feb 2011 11:10:51 +0000 Subject: [PATCH] Doxygen --- htdocs/core/class/html.form.class.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 18638cdb7d4..c8b6c2ef621 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1541,13 +1541,13 @@ class Form /** - * \brief Retourne la liste des modes de paiements possibles - * \param selected Id du mode de paiement pre-selectionne - * \param htmlname Nom de la zone select - * \param filtertype To filter on field type in llx_c_paiement - * \param format 0=id+libelle, 1=code+code, 2=code+libelle - * \param empty 1=peut etre vide, 0 sinon - * \param noadmininfo 0=Add admin info, 1=Disable admin info + * Return list of payment methods + * @param selected Id du mode de paiement pre-selectionne + * @param htmlname Nom de la zone select + * @param filtertype To filter on field type in llx_c_paiement + * @param format 0=id+libelle, 1=code+code, 2=code+libelle + * @param empty 1=peut etre vide, 0 sinon + * @param noadmininfo 0=Add admin info, 1=Disable admin info */ function select_types_paiements($selected='',$htmlname='paiementtype',$filtertype='',$format=0, $empty=0, $noadmininfo=0) {