diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php index d61e0c33156..165a9b58227 100644 --- a/htdocs/expedition/commande.php +++ b/htdocs/expedition/commande.php @@ -19,6 +19,12 @@ * $Source$ * */ + +/*! \file htdocs/expedition/commande.php + \ingroup expedition + \version $Revision$ +*/ + require("./pre.inc.php"); $user->getrights('commande'); diff --git a/htdocs/expedition/expedition.class.php b/htdocs/expedition/expedition.class.php index 50e1d31093b..d8e7e409839 100644 --- a/htdocs/expedition/expedition.class.php +++ b/htdocs/expedition/expedition.class.php @@ -20,6 +20,16 @@ * */ +/*! \file htdocs/expedition/expedition.class.php + \ingroup expedition + \brief Fichier de la classe de gestion des expeditions + \version $Revision$ +*/ + + +/*! \class Expedition + \brief Classe de gestion des expeditions +*/ class Expedition { var $db ; diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index 5543ebf09c3..1ff5503632d 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -19,6 +19,13 @@ * $Source$ * */ + +/*! \file htdocs/expedition/fiche.php + \ingroup expedition + \brief Fiche descriptive d'une expedition + \version $Revision$ +*/ + require("./pre.inc.php"); $user->getrights('commande'); diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index b3b2213fa83..bc51e5b4a59 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -21,6 +21,13 @@ * */ +/*! \file htdocs/expedition/index.php + \ingroup expedition + \brief Page accueil du module expedition + \version $Revision$ +*/ + + require("./pre.inc.php"); llxHeader('','Expéditions','ch-expedition.html',$form_search); diff --git a/htdocs/expedition/liste.php b/htdocs/expedition/liste.php index eb7a60e2088..6d94aac552f 100644 --- a/htdocs/expedition/liste.php +++ b/htdocs/expedition/liste.php @@ -21,9 +21,9 @@ * */ -/** -* Gestion d'une proposition commerciale -* @package propale +/*! \file htdocs/expedition/liste.php + \ingroup expedition + \brief Page de la liste des propositions commerciales */ require("./pre.inc.php"); diff --git a/htdocs/expedition/pre.inc.php b/htdocs/expedition/pre.inc.php index 7e1d2394d16..8e35d37b080 100644 --- a/htdocs/expedition/pre.inc.php +++ b/htdocs/expedition/pre.inc.php @@ -20,6 +20,13 @@ * $Source$ * */ + +/*! \file htdocs/expedition/pre.inc.php + \ingroup expedition + \brief Fichier de gestion du menu gauche du module expedition + \version $Revision$ +*/ + require("../main.inc.php"); require("../commande/commande.class.php"); require("./expedition.class.php");