Update modNotification.class.php (#25477)

defgroup brief
This commit is contained in:
UT from dolibit
2023-07-25 23:13:42 +02:00
committed by GitHub
parent 09d286c0dd
commit 73a82b7d8a

View File

@@ -17,11 +17,12 @@
*/
/**
* \defgroup notification Module email notification
* \brief Module pour gerer les notifications (par mail ou autre)
* \file htdocs/core/modules/modNotification.class.php
* \ingroup notification
* \brief Description and activation file for the module Notification
* \defgroup notification Module notification
* \brief Module for managing notifications (by e-mail or other means)
*
* \file htdocs/core/modules/modNotification.class.php
* \ingroup notification
* \brief Description and activation file for the module Notification
*/
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';