diff --git a/htdocs/admin/boxes.php b/htdocs/admin/boxes.php index e8181b628f6..a184eb8d16f 100644 --- a/htdocs/admin/boxes.php +++ b/htdocs/admin/boxes.php @@ -19,6 +19,14 @@ * $Id$ * $Source$ */ + +/*! \file htdocs/admin/boxes.php + \brief Page d'admin des boites + \author Rodolphe Qiedeville + \author Laurent Destailleur + \version $Revision$ +*/ + require("./pre.inc.php"); $langs->trans("admin"); diff --git a/htdocs/lib/CMailFile.class.php b/htdocs/lib/CMailFile.class.php index cd2f3d05219..a3c027251b0 100644 --- a/htdocs/lib/CMailFile.class.php +++ b/htdocs/lib/CMailFile.class.php @@ -18,7 +18,7 @@ to chunk_split */ /* Note: if you don't have base64_encode on your sytem it will not work */ -/*! \file CMailFile.class.php +/*! \file htdocs/lib/CMailFile.class.php \brief Classe permettant d'envoyer des attachements par mail \author Dan Potter. \author Eric Seigne diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 331a715dd66..e28506f2011 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -23,7 +23,7 @@ * */ -/*! \file functions.inc.php +/*! \file htdocs/lib/functions.inc.php \brief Ensemble de fonctions de base de dolibarr sous forme d'include \author Rodolphe Quiedeville \author Jean-Louis Bergamo diff --git a/htdocs/lib/jabber/class.jabber.php b/htdocs/lib/jabber/class.jabber.php index 6e57c48687d..c52f9ea7cf1 100644 --- a/htdocs/lib/jabber/class.jabber.php +++ b/htdocs/lib/jabber/class.jabber.php @@ -83,15 +83,19 @@ MakeXML::BuildPacket([$array {array}]) */ -/*! \file class.jabber.php - \brief Classe permettant de se connecter à un serveur jabber. - \author Carlo "Gossip" Zottmann. - \version 0.4. +/*! \file htdocs/lib/jabber/class.jabber.php + \brief Fichier de la classe jabber. + \author Carlo "Gossip" Zottmann. + \version 0.4. Ensemble des fonctions permettant de se connecter à un serveur jabber. */ +/*! \class Jabber + \brief Classe de communication Jabber +*/ + class Jabber { var $server; diff --git a/htdocs/lib/ldap.lib.php b/htdocs/lib/ldap.lib.php index 4209e1258e6..f90c7272e20 100644 --- a/htdocs/lib/ldap.lib.php +++ b/htdocs/lib/ldap.lib.php @@ -22,7 +22,7 @@ * */ -/*! \file ldap.lib.php +/*! \file htdocs/lib/ldap.lib.php \brief Librairie contenant les fonctions pour accèder au serveur ldap. \author Rodolphe Quiedeville. \author Benoit Mortier. diff --git a/htdocs/lib/mysql.lib.php b/htdocs/lib/mysql.lib.php index 21717e3ad6f..06626a17153 100644 --- a/htdocs/lib/mysql.lib.php +++ b/htdocs/lib/mysql.lib.php @@ -22,7 +22,7 @@ * */ -/*! \file mysql.lib.php +/*! \file htdocs/lib/mysql.lib.php \brief Classe permettant de gérér la database de dolibarr. \author Fabien Seisen \author Rodolphe Quiedeville. diff --git a/htdocs/lib/price.lib.php b/htdocs/lib/price.lib.php index 7e933b1ec1e..e064f2138bd 100644 --- a/htdocs/lib/price.lib.php +++ b/htdocs/lib/price.lib.php @@ -20,7 +20,7 @@ * */ -/*! \file price.lib.php +/*! \file htdocs/lib/price.lib.php \brief librairie contenant les fonctions pour calculer un prix. \author Rodolphe Quiedeville. \version $Revision$ @@ -28,6 +28,7 @@ Ensemble des fonctions permettant de calculer un prix. */ + /*! \brief permet de calculer un prix. \param products diff --git a/htdocs/lib/thermometer.php b/htdocs/lib/thermometer.php index 7ed87425299..860dabc5f48 100644 --- a/htdocs/lib/thermometer.php +++ b/htdocs/lib/thermometer.php @@ -21,15 +21,16 @@ * */ - /*! \file thermometer.php - \brief Classe permettant d'afficher un thermometre. - \author Rodolphe Quiedeville. - \author Timothy Kanters. - \version $Revision$ + /*! \file htdocs/lib/thermometer.php + \brief Classe permettant d'afficher un thermometre. + \author Rodolphe Quiedeville. + \author Timothy Kanters. + \version $Revision$ Ensemble des fonctions permettant d'afficher un thermometre monetaire. */ + /*! \brief permet d'afficher un thermometre monetaire. \param actualValue @@ -37,8 +38,6 @@ \param intentValue \return thermometer htmlLegenda */ - - function moneyMeter($actualValue=0, $pendingValue=0, $intentValue=0) /* diff --git a/htdocs/lib/vcard/vcard.class.php b/htdocs/lib/vcard/vcard.class.php index f5133721ddb..3fe8db0cdf4 100644 --- a/htdocs/lib/vcard/vcard.class.php +++ b/htdocs/lib/vcard/vcard.class.php @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ***************************************************************************/ -/*! \file vcard.class.php +/*! \file htdocs/lib/vcard/vcard.class.php \brief Classe permettant de créer un fichier vcard. \author Kai Blankenhorn. \version 2.0 diff --git a/htdocs/lib/webcal.class.php b/htdocs/lib/webcal.class.php index fcd3d581a27..5259528805d 100644 --- a/htdocs/lib/webcal.class.php +++ b/htdocs/lib/webcal.class.php @@ -20,7 +20,7 @@ * */ -/*! \file webcal.class.php +/*! \file htdocs/lib/webcal.class.php \brief Classe permettant d'acceder a la database webcalendar. \author Rodolphe Quiedeville. \version $Revision$