From 34c76f3e1674f1f0617661b1eae5cc0cfe2438b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 Aug 2009 16:59:56 +0000 Subject: [PATCH] Doxygen --- htdocs/includes/boxes/box_factures.php | 9 ++++----- htdocs/includes/boxes/box_factures_fourn.php | 1 - htdocs/includes/boxes/box_factures_fourn_imp.php | 1 - 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/htdocs/includes/boxes/box_factures.php b/htdocs/includes/boxes/box_factures.php index 2081402e19e..e074f273dbe 100644 --- a/htdocs/includes/boxes/box_factures.php +++ b/htdocs/includes/boxes/box_factures.php @@ -19,12 +19,11 @@ */ /** - \file htdocs/includes/boxes/box_factures.php - \ingroup factures - \brief Module de generation de l'affichage de la box factures - \version $Id$ + * \file htdocs/includes/boxes/box_factures.php + * \ingroup factures + * \brief Module de generation de l'affichage de la box factures + * \version $Id$ */ - include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php"); diff --git a/htdocs/includes/boxes/box_factures_fourn.php b/htdocs/includes/boxes/box_factures_fourn.php index 042608a6221..1e3359f7ef9 100644 --- a/htdocs/includes/boxes/box_factures_fourn.php +++ b/htdocs/includes/boxes/box_factures_fourn.php @@ -24,7 +24,6 @@ * \brief Fichier de gestion d'une box des factures fournisseurs * \version $Id$ */ - include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php"); diff --git a/htdocs/includes/boxes/box_factures_fourn_imp.php b/htdocs/includes/boxes/box_factures_fourn_imp.php index b0bd3ec5d26..2160afd50f7 100644 --- a/htdocs/includes/boxes/box_factures_fourn_imp.php +++ b/htdocs/includes/boxes/box_factures_fourn_imp.php @@ -23,7 +23,6 @@ * \brief Fichier de gestion d'une box des factures fournisseurs impayees * \version $Id$ */ - include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");