From a62b5a10fecf219f00f0648307681e5afa11f457 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Jun 2022 22:01:10 +0200 Subject: [PATCH] Doygen --- .../core/modules/commande/doc/pdf_eratosthene.modules.php | 2 +- htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 4 ++-- .../stocktransfer/doc/pdf_eagle_proforma.modules.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php index 212d324acaf..b2d0c1c0f30 100644 --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php @@ -27,7 +27,7 @@ /** * \file htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php * \ingroup commande - * \brief File of Class to generate PDF orders with template Eratosthène + * \brief File of Class to generate PDF orders with template Eratosthene */ require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php'; diff --git a/htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php b/htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php index 74b0ea032b9..c00bf34621e 100644 --- a/htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php +++ b/htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php @@ -22,9 +22,9 @@ */ /** - * \file htdocs/core/modules/expedition/doc/pdf_rouget.modules.php + * \file htdocs/core/modules/expedition/doc/pdf_eagle.modules.php * \ingroup expedition - * \brief Class file used to generate the dispatch slips for the Rouget model + * \brief Class file used to generate the dispatch slips for the Eagle model */ require_once DOL_DOCUMENT_ROOT . '/core/modules/stocktransfer/modules_stocktransfer.php'; diff --git a/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php b/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php index bd9e4d3f11a..5bff26a9d1d 100644 --- a/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php +++ b/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php @@ -26,9 +26,9 @@ */ /** - * \file htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php + * \file htdocs/core/modules/commande/doc/pdf_eagle_proforma.modules.php * \ingroup commande - * \brief File of Class to generate PDF orders with template Eratosthène + * \brief File of Class to generate PDF orders with template Eagle */ require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php'; @@ -39,7 +39,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php'; /** - * Class to generate PDF orders with template Eratosthene + * Class to generate PDF orders with template Eagle */ class pdf_eagle_proforma extends ModelePDFCommandes {