From a00d389ea0a6951ea0f446e1195ebe9bde87d21d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 19 Jun 2011 14:35:16 +0000 Subject: [PATCH] Doxygen --- htdocs/core/class/commonobjectline.class.php | 16 ++++++++-------- htdocs/core/class/discount.class.php | 4 ++-- htdocs/core/class/events.class.php | 3 +-- htdocs/core/class/notify.class.php | 6 +++--- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/htdocs/core/class/commonobjectline.class.php b/htdocs/core/class/commonobjectline.class.php index 1ca8b33788b..43d83f3a4bc 100644 --- a/htdocs/core/class/commonobjectline.class.php +++ b/htdocs/core/class/commonobjectline.class.php @@ -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 { diff --git a/htdocs/core/class/discount.class.php b/htdocs/core/class/discount.class.php index 67bfd929871..a5ae7413b7f 100644 --- a/htdocs/core/class/discount.class.php +++ b/htdocs/core/class/discount.class.php @@ -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$ */ diff --git a/htdocs/core/class/events.class.php b/htdocs/core/class/events.class.php index 79f87ddfb6b..8e541732348 100644 --- a/htdocs/core/class/events.class.php +++ b/htdocs/core/class/events.class.php @@ -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 diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php index ab300f7892c..ed5deb12529 100644 --- a/htdocs/core/class/notify.class.php +++ b/htdocs/core/class/notify.class.php @@ -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"; -- GitLab