diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php
index c4f5f1d45041b7226c9ab75e7be543be4527ccfa..b1ff00b18617598564aa0f68777b6d4fae38d04a 100644
--- a/htdocs/fourn/commande/fiche.php
+++ b/htdocs/fourn/commande/fiche.php
@@ -1,6 +1,6 @@
 <?php
 /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>
+ * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
  *
  * 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,7 +21,7 @@
  *
  */
 
-/*!	        \file       htdocs/commande/fiche.php
+/**	        \file       htdocs/fourn/commande/fiche.php
 	        \ingroup    commande
 	        \brief      Fiche commande
 	        \version    $Revision$
diff --git a/htdocs/fourn/commande/history.php b/htdocs/fourn/commande/history.php
index 1b733a3edfd9493418c0924400c0e2cf6cb08d52..6089271802e2a525f914c55d5e5def0799a7d57f 100644
--- a/htdocs/fourn/commande/history.php
+++ b/htdocs/fourn/commande/history.php
@@ -1,6 +1,6 @@
 <?php
 /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>
+ * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
  *
  * 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,7 +21,7 @@
  *
  */
 
-/*!	        \file       htdocs/commande/fiche.php
+/**	        \file       htdocs/fourn/commande/history.php
 	        \ingroup    commande
 	        \brief      Fiche commande
 	        \version    $Revision$
diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php
index 56d92d1064c053e582295f49c5af4fcb1cf32aff..45be4ce6d1f00f061999e67b97e47f2e40d6f45e 100644
--- a/htdocs/fourn/commande/index.php
+++ b/htdocs/fourn/commande/index.php
@@ -1,6 +1,6 @@
 <?PHP
 /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>
+ * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
  *
  * 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
@@ -20,6 +20,13 @@
  * $Source$
  *
  */
+
+/**	        \file       htdocs/fourn/commande/index.php
+	        \ingroup    commande
+	        \brief      Page accueil commandes fournisseurs
+	        \version    $Revision$
+*/
+
 require("./pre.inc.php");
 require_once DOL_DOCUMENT_ROOT."/contact.class.php";
 
diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php
index 474cfc35bb9e9e0c0e9d889b901ad05c4bd8d49b..add148ae9b41c199d0e405394e0a17e92bf0c303 100644
--- a/htdocs/fourn/commande/liste.php
+++ b/htdocs/fourn/commande/liste.php
@@ -1,6 +1,6 @@
 <?PHP
 /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>
+ * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
  *
  * 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
@@ -20,6 +20,13 @@
  * $Source$
  *
  */
+
+/**	        \file       htdocs/fourn/commande/liste.php
+	        \ingroup    commande
+	        \brief      Liste des commandes fournisseurs
+	        \version    $Revision$
+*/
+
 require("./pre.inc.php");
 require_once DOL_DOCUMENT_ROOT."/contact.class.php";
 
diff --git a/htdocs/fourn/commande/pre.inc.php b/htdocs/fourn/commande/pre.inc.php
index 5ee52468a9dd6bca44429c2d7ef2ebbf9d3376cc..e4c581abbffde1ca0bed91526a141abaf3f94979 100644
--- a/htdocs/fourn/commande/pre.inc.php
+++ b/htdocs/fourn/commande/pre.inc.php
@@ -1,5 +1,6 @@
 <?PHP
 /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
+ * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
  *
  * 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
@@ -19,6 +20,12 @@
  * $Source$
  *
  */
+
+/**     \file   	htdocs/fourn/commande/pre.inc.php
+        \ingroup    compta
+        \brief  	Fichier gestionnaire du menu commandes fournisseurs
+*/
+
 require("../../main.inc.php");
 
 require_once DOL_DOCUMENT_ROOT."/fournisseur.commande.class.php";