From 7e702b45641d7f64ecfac04888de65692967d7e4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 9 Jan 2005 17:35:22 +0000 Subject: [PATCH] Doc: documentation doxygen --- htdocs/fourn/commande/fiche.php | 4 ++-- htdocs/fourn/commande/history.php | 4 ++-- htdocs/fourn/commande/index.php | 9 ++++++++- htdocs/fourn/commande/liste.php | 9 ++++++++- htdocs/fourn/commande/pre.inc.php | 7 +++++++ 5 files changed, 27 insertions(+), 6 deletions(-) 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 @@ <?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 1b733a3edfd..6089271802e 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 56d92d1064c..45be4ce6d1f 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 474cfc35bb9..add148ae9b4 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 5ee52468a9d..e4c581abbff 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"; -- GitLab