Doxygen
This commit is contained in:
parent
ad0c76aaea
commit
a00d389ea0
@ -17,17 +17,17 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/core/class/commonobjectline.class.php
|
||||
\ingroup core
|
||||
\brief File of the superclass of classes of lines of business objects (invoice, contract, PROPAL, commands, etc. ...)
|
||||
\version $Id$
|
||||
*/
|
||||
* \file htdocs/core/class/commonobjectline.class.php
|
||||
* \ingroup core
|
||||
* \brief File of the superclass of classes of lines of business objects (invoice, contract, PROPAL, commands, etc. ...)
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
\class CommonObjectLine
|
||||
\brief Superclass for class inheritance lines of business objects
|
||||
*/
|
||||
* \class CommonObjectLine
|
||||
* \brief Superclass for class inheritance lines of business objects
|
||||
*/
|
||||
|
||||
class CommonObjectLine
|
||||
{
|
||||
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
/**
|
||||
* \file htdocs/core/class/discount.class.php
|
||||
* \ingroup propal facture commande
|
||||
* \brief Fichier de la classe de gestion des remises
|
||||
* \ingroup core propal facture commande
|
||||
* \brief File of class to manage absolute discounts
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
|
||||
@ -20,10 +20,9 @@
|
||||
/**
|
||||
* \file htdocs/core/class/events.class.php
|
||||
* \ingroup core
|
||||
* \brief Events class file.
|
||||
* \brief File of class to manage security events.
|
||||
* \version $Id$
|
||||
* \author Laurent Destailleur
|
||||
* \remarks An event is when status of an object change.
|
||||
*/
|
||||
|
||||
// Put here all includes required by your class file
|
||||
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
/**
|
||||
* \file htdocs/core/class/notify.class.php
|
||||
* \ingroup core
|
||||
* \brief Fichier de la classe de gestion des notifications
|
||||
* \ingroup notification
|
||||
* \brief File of class to manage notifications
|
||||
* \version $Id$
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/lib/CMailFile.class.php");
|
||||
@ -86,7 +86,7 @@ class Notify
|
||||
function countDefinedNotifications($action,$socid)
|
||||
{
|
||||
global $conf;
|
||||
|
||||
|
||||
$num=-1;
|
||||
|
||||
$sql = "SELECT n.rowid";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user