diff --git a/htdocs/compta/export/ComptaJournalPaiement.class.php b/htdocs/compta/export/ComptaJournalPaiement.class.php index b00d81de62a..e16a3b6d45a 100644 --- a/htdocs/compta/export/ComptaJournalPaiement.class.php +++ b/htdocs/compta/export/ComptaJournalPaiement.class.php @@ -1,5 +1,6 @@ + * Copyright (C) 2007 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,12 +18,22 @@ * or see http://www.gnu.org/ * * $Id$ - * $Source$ - * */ + /** + \file htdocs/compta/export/ComptaJournalPaiement.php + \ingroup compta + \brief Fichier de la classe export compta journal + \version $Revision$ +*/ + require_once(DOL_DOCUMENT_ROOT.'/compta/export/ComptaJournalPdf.class.php'); + +/** + \class ComptaJournalPaiement + \brief Classe export compta journal +*/ class ComptaJournalPaiement { function ComptaJournalPaiement ($db=0) diff --git a/htdocs/compta/export/ComptaJournalPdf.class.php b/htdocs/compta/export/ComptaJournalPdf.class.php index 42e57edbf12..7d561d2a7c5 100644 --- a/htdocs/compta/export/ComptaJournalPdf.class.php +++ b/htdocs/compta/export/ComptaJournalPdf.class.php @@ -17,13 +17,22 @@ * or see http://www.gnu.org/ * * $Id$ - * $Source$ - * */ -require_once(FPDF_PATH.'fpdi_protection.php'); +/** + \file htdocs/compta/export/ComptaJournalPdf.php + \ingroup compta + \brief Fichier de la classe export compta journal + \version $Revision$ +*/ + +require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php'); +/** + \class ComptaJournalPdf + \brief Classe export compta journal +*/ class ComptaJournalPdf extends FPDF { function Footer() diff --git a/htdocs/compta/export/ComptaJournalVente.class.php b/htdocs/compta/export/ComptaJournalVente.class.php index e9b75ed76d4..f60cce955eb 100644 --- a/htdocs/compta/export/ComptaJournalVente.class.php +++ b/htdocs/compta/export/ComptaJournalVente.class.php @@ -1,5 +1,6 @@ + * Copyright (C) 2007 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,12 +18,22 @@ * or see http://www.gnu.org/ * * $Id$ - * $Source$ - * */ + /** + \file htdocs/compta/export/ComptaJournalVente.php + \ingroup compta + \brief Fichier de la classe export compta journal + \version $Revision$ +*/ + require_once(DOL_DOCUMENT_ROOT.'/compta/export/ComptaJournalPdf.class.php'); + +/** + \class ComptaJournalVente + \brief Classe export compta journal +*/ class ComptaJournalVente { function ComptaJournalVente ($db=0)