From f2affade35f5a40626e9325860fd0c6f0120c5fc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 31 Aug 2014 23:06:58 +0200 Subject: [PATCH] Doxygen --- htdocs/core/modules/propale/mod_propale_marbre.php | 4 ++-- htdocs/core/modules/propale/mod_propale_saphir.php | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/core/modules/propale/mod_propale_marbre.php b/htdocs/core/modules/propale/mod_propale_marbre.php index ff38bc5f9cb..7889d62b3ff 100644 --- a/htdocs/core/modules/propale/mod_propale_marbre.php +++ b/htdocs/core/modules/propale/mod_propale_marbre.php @@ -26,8 +26,8 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/propale/modules_propale.php'; -/** \class mod_propale_marbre - * \brief Class to manage customer order numbering rules Marbre +/** + * Class to manage customer order numbering rules Marbre */ class mod_propale_marbre extends ModeleNumRefPropales { diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php index 5838000382c..503d8754684 100644 --- a/htdocs/core/modules/propale/mod_propale_saphir.php +++ b/htdocs/core/modules/propale/mod_propale_saphir.php @@ -29,8 +29,7 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/propale/modules_propale.php'; /** - * \class mod_propale_saphir - * \brief Class of file that contains the numbering module rules Saphir + * Class of file that contains the numbering module rules Saphir */ class mod_propale_saphir extends ModeleNumRefPropales {