From f25b05af65fbee3779ec13a9b1408000921f1c40 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 Aug 2004 13:16:01 +0000 Subject: [PATCH] =?UTF-8?q?Doc:=20Les=20fichiers=20du=20module=20projet=20?= =?UTF-8?q?sont=20d=E9crits=20dans=20doxygen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/projet/commandes.php | 7 +++++++ htdocs/projet/facture.php | 7 +++++++ htdocs/projet/fiche.php | 7 +++++++ htdocs/projet/index.php | 7 +++++++ htdocs/projet/pre.inc.php | 6 ++++++ htdocs/projet/project.class.php | 11 +++++++++++ htdocs/projet/propal.php | 7 +++++++ 7 files changed, 52 insertions(+) diff --git a/htdocs/projet/commandes.php b/htdocs/projet/commandes.php index 803543d8c8b..74c08821f7b 100644 --- a/htdocs/projet/commandes.php +++ b/htdocs/projet/commandes.php @@ -20,6 +20,13 @@ * $Source$ * */ + +/*! \file htdocs/projet/commandes.php + \ingroup projet commande + \brief Page des commandes par projet + \version $Revision$ +*/ + require("./pre.inc.php"); require("../propal.class.php"); require("../facture.class.php"); diff --git a/htdocs/projet/facture.php b/htdocs/projet/facture.php index 0e176bfeabe..2baf8eff762 100644 --- a/htdocs/projet/facture.php +++ b/htdocs/projet/facture.php @@ -20,6 +20,13 @@ * $Source$ * */ + +/*! \file htdocs/projet/facture.php + \ingroup projet facture + \brief Page des factures par projet + \version $Revision$ +*/ + require("./pre.inc.php"); require("../propal.class.php"); require("../facture.class.php"); diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php index cb8ae5d2363..4362fa773c6 100644 --- a/htdocs/projet/fiche.php +++ b/htdocs/projet/fiche.php @@ -20,6 +20,13 @@ * $Source$ * */ + +/*! \file htdocs/projet/fiche.php + \ingroup projet + \brief Fiche projet + \version $Revision$ +*/ + require("./pre.inc.php"); require("../propal.class.php"); require("../facture.class.php"); diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index 2be0ed4c683..3dc132da508 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -20,6 +20,13 @@ * $Source$ * */ + +/*! \file htdocs/projet/index.php + \ingroup projet + \brief Page d'accueil du module projet + \version $Revision$ +*/ + require("./pre.inc.php"); $langs->load("projects"); diff --git a/htdocs/projet/pre.inc.php b/htdocs/projet/pre.inc.php index 064837dd9c3..323b2e4ce1c 100644 --- a/htdocs/projet/pre.inc.php +++ b/htdocs/projet/pre.inc.php @@ -20,6 +20,12 @@ * */ +/*! \file htdocs/projet/pre.inc.php + \ingroup projet + \brief Fichier de gestion du menu gauche du module projet + \version $Revision$ +*/ + require ("../main.inc.php"); require("./project.class.php"); diff --git a/htdocs/projet/project.class.php b/htdocs/projet/project.class.php index 1e2d4672c76..61ecedf9cb0 100644 --- a/htdocs/projet/project.class.php +++ b/htdocs/projet/project.class.php @@ -20,6 +20,17 @@ * */ +/*! \file htdocs/projet/project.class.php + \ingroup projet + \brief Fichier de la classe de gestion des projets + \version $Revision$ +*/ + + +/*! \class Project + \brief Classe de gestion des projets +*/ + class Project { var $id; var $db; diff --git a/htdocs/projet/propal.php b/htdocs/projet/propal.php index 90466ed5a30..cf8ae8c5115 100644 --- a/htdocs/projet/propal.php +++ b/htdocs/projet/propal.php @@ -19,6 +19,13 @@ * $Source$ * */ + +/*! \file htdocs/projet/propal.php + \ingroup projet propale + \brief Page des propositions commerciales par projet + \version $Revision$ +*/ + require("./pre.inc.php"); require("../propal.class.php"); require("../facture.class.php");