This commit is contained in:
Laurent Destailleur 2010-07-21 12:47:18 +00:00
parent abb4aab112
commit a8eec4910a
2 changed files with 10 additions and 13 deletions

View File

@ -14,23 +14,20 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/ */
/* /**
\file htdocs/boutique/critiques/class/critique.class.php * \file htdocs/boutique/critiques/class/critique.class.php
\ingroup prelevement * \ingroup osc
\brief Fichier de la classe des critiques OSCommerce * \brief Fichier de la classe des critiques OSCommerce
\version $Revision$ * \version $Id$
*/ */
/** /**
\class Critique * \class Critique
\brief Classe permettant la gestion des critiques OSCommerce * \brief Classe permettant la gestion des critiques OSCommerce
*/ */
class Critique { class Critique {
var $db ; var $db ;

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* \file htdocs/commande/contact.php * \file htdocs/fourn/commande/contact.php
* \ingroup commande * \ingroup commande
* \brief Onglet de gestion des contacts de commande * \brief Onglet de gestion des contacts de commande
* \version $Id$ * \version $Id$