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