Doxygen
This commit is contained in:
parent
c25e908b75
commit
44ee8b8e38
@ -20,15 +20,15 @@
|
||||
|
||||
/**
|
||||
* \file htdocs/comm/action/class/actioncomm.class.php
|
||||
* \ingroup commercial
|
||||
* \ingroup agenda
|
||||
* \brief File of class to manage agenda events (actions)
|
||||
*/
|
||||
require_once DOL_DOCUMENT_ROOT.'/comm/action/class/cactioncomm.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
|
||||
|
||||
|
||||
/** \class ActionComm
|
||||
* \brief Class to manage agenda events (actions)
|
||||
/**
|
||||
* Class to manage agenda events (actions)
|
||||
*/
|
||||
class ActionComm extends CommonObject
|
||||
{
|
||||
|
||||
@ -18,14 +18,13 @@
|
||||
|
||||
/**
|
||||
* \file htdocs/comm/action/class/cactioncomm.class.php
|
||||
* \ingroup commercial
|
||||
* \ingroup agenda
|
||||
* \brief File of class to manage type of agenda events
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* \class CActionComm
|
||||
* \brief Class to manage different types of events
|
||||
* Class to manage different types of events
|
||||
*/
|
||||
class CActionComm
|
||||
{
|
||||
|
||||
@ -23,6 +23,11 @@
|
||||
* \ingroup agenda
|
||||
* \brief File of class to parse ical calendars
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Class to parse ICal calendars
|
||||
*/
|
||||
class ICal
|
||||
{
|
||||
var $file_text; // Text in file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user