From 63bee0c2d028b523a4df380a4a17f683818e572c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 24 Feb 2017 16:23:43 +0100 Subject: [PATCH] Doxygen --- htdocs/core/modules/modAccounting.class.php | 3 +-- htdocs/core/modules/modExpenseReport.class.php | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/htdocs/core/modules/modAccounting.class.php b/htdocs/core/modules/modAccounting.class.php index 92e63d8bf7c..87506217838 100644 --- a/htdocs/core/modules/modAccounting.class.php +++ b/htdocs/core/modules/modAccounting.class.php @@ -27,8 +27,7 @@ include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php'; /** - * \class modAccounting - * \brief Description and activation class for module accounting expert + * Description and activation class for module accounting expert */ class modAccounting extends DolibarrModules { diff --git a/htdocs/core/modules/modExpenseReport.class.php b/htdocs/core/modules/modExpenseReport.class.php index 96b30d92467..0d9b808fb6a 100644 --- a/htdocs/core/modules/modExpenseReport.class.php +++ b/htdocs/core/modules/modExpenseReport.class.php @@ -19,9 +19,6 @@ /** * \defgroup expensereport Module expensereport * \brief Module to manage expense report. Replace old module Deplacement. - */ - -/** * \file htdocs/core/modules/modExpenseReport.class.php * \ingroup expensereport * \brief Description and activation file for module ExpenseReport