From a9d14847123abba1a4dccee689c748fa88e4cca7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 28 Dec 2010 00:10:13 +0000 Subject: [PATCH] Doxygen --- htdocs/compta/paiement/cheque/fiche.php | 2 +- htdocs/lib/functions.lib.php | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/compta/paiement/cheque/fiche.php b/htdocs/compta/paiement/cheque/fiche.php index 28477026a94..f2f972adc5f 100644 --- a/htdocs/compta/paiement/cheque/fiche.php +++ b/htdocs/compta/paiement/cheque/fiche.php @@ -214,7 +214,7 @@ else // $head[$h][1] = $langs->trans("Info"); // $h++; - dol_fiche_head($head, $hselected, $langs->trans("Cheques")); + dol_fiche_head($head, $hselected, $langs->trans("Cheques"),0,'payment'); /* * Confirmation de la suppression du bordereau diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 4889f6e6108..52cd5a7ffac 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -445,12 +445,12 @@ function dolibarr_fiche_head($links, $active='0', $title='', $notab=0) } /** - * \brief Show tab header of a card - * \param links Array of tabs - * \param active Active tab name - * \param title Title - * \param notab 0=Add tab header, 1=no tab header - * \param picto Add a picto on tab titel + * Show tab header of a card + * @param links Array of tabs + * @param active Active tab name + * @param title Title + * @param notab 0=Add tab header, 1=no tab header + * @param picto Add a picto on tab titel */ function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='') { -- GitLab