diff --git a/htdocs/adherents/XML-RPC.functions.php b/htdocs/adherents/XML-RPC.functions.php index 420f6c58848..43bafe58453 100644 --- a/htdocs/adherents/XML-RPC.functions.php +++ b/htdocs/adherents/XML-RPC.functions.php @@ -1,36 +1,32 @@ - * @author Laurent Destailleur - * @see http://www.dolibarr.com/ - */ +/*! \file facture.class.php + \brief Fichier de la classe des factures + \author Rodolphe Qiedeville + \author Laurent Destailleur + \version $Revision$ +*/ + + + +/*! \class Facture + \brief Classe permettant la gestion des factures +*/ class Facture { diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index a358f354d46..53fbcb42cf3 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -1,6 +1,7 @@ - * Copyright (C) 2004 Éric Seigne + * Copyright (C) 2004 Éric Seigne + * Copyright (C) 2004 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,16 +22,20 @@ * */ -/** - * Classe de gestion des proposition commerciales - * - * - * @since PHP 4.2.0 - * @author Rodolphe Quiedeville , - * @author Éric Seigne - * @see http://www.dolibarr.com/ - */ +/*! \file propal.class.php + \brief Fichier de la classe des propales + \author Rodolphe Qiedeville + \author Eric Seigne + \author Laurent Destailleur + \version $Revision$ +*/ + + + +/*! \class Propal + \brief Classe permettant la gestion des propales +*/ class Propal {