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 {