This commit is contained in:
Laurent Destailleur 2012-10-03 00:39:34 +02:00
parent c25e908b75
commit 44ee8b8e38
3 changed files with 10 additions and 6 deletions

View File

@ -20,15 +20,15 @@
/** /**
* \file htdocs/comm/action/class/actioncomm.class.php * \file htdocs/comm/action/class/actioncomm.class.php
* \ingroup commercial * \ingroup agenda
* \brief File of class to manage agenda events (actions) * \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.'/comm/action/class/cactioncomm.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.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 class ActionComm extends CommonObject
{ {

View File

@ -18,14 +18,13 @@
/** /**
* \file htdocs/comm/action/class/cactioncomm.class.php * \file htdocs/comm/action/class/cactioncomm.class.php
* \ingroup commercial * \ingroup agenda
* \brief File of class to manage type of agenda events * \brief File of class to manage type of agenda events
*/ */
/** /**
* \class CActionComm * Class to manage different types of events
* \brief Class to manage different types of events
*/ */
class CActionComm class CActionComm
{ {

View File

@ -23,6 +23,11 @@
* \ingroup agenda * \ingroup agenda
* \brief File of class to parse ical calendars * \brief File of class to parse ical calendars
*/ */
/**
* Class to parse ICal calendars
*/
class ICal class ICal
{ {
var $file_text; // Text in file var $file_text; // Text in file