Skip to content
Snippets Groups Projects
Commit a00d389e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doxygen

parent ad0c76aa
No related branches found
No related tags found
No related merge requests found
...@@ -17,17 +17,17 @@ ...@@ -17,17 +17,17 @@
*/ */
/** /**
\file htdocs/core/class/commonobjectline.class.php * \file htdocs/core/class/commonobjectline.class.php
\ingroup core * \ingroup core
\brief File of the superclass of classes of lines of business objects (invoice, contract, PROPAL, commands, etc. ...) * \brief File of the superclass of classes of lines of business objects (invoice, contract, PROPAL, commands, etc. ...)
\version $Id$ * \version $Id$
*/ */
/** /**
\class CommonObjectLine * \class CommonObjectLine
\brief Superclass for class inheritance lines of business objects * \brief Superclass for class inheritance lines of business objects
*/ */
class CommonObjectLine class CommonObjectLine
{ {
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
/** /**
* \file htdocs/core/class/discount.class.php * \file htdocs/core/class/discount.class.php
* \ingroup propal facture commande * \ingroup core propal facture commande
* \brief Fichier de la classe de gestion des remises * \brief File of class to manage absolute discounts
* \version $Id$ * \version $Id$
*/ */
......
...@@ -20,10 +20,9 @@ ...@@ -20,10 +20,9 @@
/** /**
* \file htdocs/core/class/events.class.php * \file htdocs/core/class/events.class.php
* \ingroup core * \ingroup core
* \brief Events class file. * \brief File of class to manage security events.
* \version $Id$ * \version $Id$
* \author Laurent Destailleur * \author Laurent Destailleur
* \remarks An event is when status of an object change.
*/ */
// Put here all includes required by your class file // Put here all includes required by your class file
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
/** /**
* \file htdocs/core/class/notify.class.php * \file htdocs/core/class/notify.class.php
* \ingroup core * \ingroup notification
* \brief Fichier de la classe de gestion des notifications * \brief File of class to manage notifications
* \version $Id$ * \version $Id$
*/ */
require_once(DOL_DOCUMENT_ROOT ."/lib/CMailFile.class.php"); require_once(DOL_DOCUMENT_ROOT ."/lib/CMailFile.class.php");
...@@ -86,7 +86,7 @@ class Notify ...@@ -86,7 +86,7 @@ class Notify
function countDefinedNotifications($action,$socid) function countDefinedNotifications($action,$socid)
{ {
global $conf; global $conf;
$num=-1; $num=-1;
$sql = "SELECT n.rowid"; $sql = "SELECT n.rowid";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment