Fix: doxygen
This commit is contained in:
parent
db5fe44b93
commit
bd1a10c116
@ -23,15 +23,15 @@
|
||||
|
||||
/**
|
||||
* \defgroup agenda Module agenda
|
||||
* \brief Module pour gerer l'agenda et actions
|
||||
* \brief Module to manage agenda and events
|
||||
* \file htdocs/core/modules/modAgenda.class.php
|
||||
* \ingroup agenda
|
||||
* \brief Fichier de description et activation du module agenda
|
||||
* \brief File of class to describe and enable/disable module Agenda
|
||||
*/
|
||||
include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
|
||||
|
||||
/**
|
||||
* Classe de description et activation du module Adherent
|
||||
* Class to describe and enable/disable module Agenda
|
||||
*/
|
||||
class modAgenda extends DolibarrModules
|
||||
{
|
||||
|
||||
@ -27,7 +27,6 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
|
||||
|
||||
/**
|
||||
* Class to manage tasks
|
||||
* Initialy built by build_class_from_table on 2008-09-10 12:41
|
||||
*/
|
||||
class Task extends CommonObject
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user