diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index c4f5f1d4504..b1ff00b1861 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 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,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 1b733a3edfd..6089271802e 100644 --- a/htdocs/fourn/commande/history.php +++ b/htdocs/fourn/commande/history.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 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,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 56d92d1064c..45be4ce6d1f 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 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 @@ -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 474cfc35bb9..add148ae9b4 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 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 @@ -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 5ee52468a9d..e4c581abbff 100644 --- a/htdocs/fourn/commande/pre.inc.php +++ b/htdocs/fourn/commande/pre.inc.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004-2005 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 @@ -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";