diff --git a/htdocs/admin/societe.php b/htdocs/admin/societe.php index eeaec020f9244ec7b92c141e7a8a59b6b3579349..d705fbfc550f3523c293d77cb83bdc57b04cf6b4 100644 --- a/htdocs/admin/societe.php +++ b/htdocs/admin/societe.php @@ -1,6 +1,7 @@ <?php /* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> -/* Copyright (C) 2004 �ric Seigne <eric.seigne@ryxeo.com> + * Copyright (C) 2004 �ric Seigne <eric.seigne@ryxeo.com> + * Copyright (C) 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,9 +21,10 @@ * $Source$ */ -/*! \file htdocs/admin/propale.php +/** + \file htdocs/admin/societe.php \ingroup propale - \brief Page d'administration/configuration du module Propale + \brief Page d'administration/configuration du module Societe \version $Revision$ */ diff --git a/htdocs/comm/prospect/prospects.php b/htdocs/comm/prospect/prospects.php index de367ee68f412e8dcab3dd3f49e82b4329afc760..2a40dcd2687555fb0c9e46b690a2545b7210a5a8 100644 --- a/htdocs/comm/prospect/prospects.php +++ b/htdocs/comm/prospect/prospects.php @@ -22,7 +22,7 @@ */ /** - \file htdocs/comm/prospect/prospect.php + \file htdocs/comm/prospect/prospects.php \ingroup prospect \brief Page de la liste des prospects \version $Revision$ diff --git a/htdocs/compta/param/pre.inc.php b/htdocs/compta/param/pre.inc.php index 916b35be32b562de6e5ff85452b9ee9227cbe367..b579e16bd5655b95d5f0ea6f83107066846711d7 100644 --- a/htdocs/compta/param/pre.inc.php +++ b/htdocs/compta/param/pre.inc.php @@ -21,10 +21,10 @@ * */ -/*! - \file htdocs/compta/prama/pre.inc.php - \ingroup compta - \brief Fichier gestionnaire du menu param�trage de la compta +/** + \file htdocs/compta/param/pre.inc.php + \ingroup compta + \brief Fichier gestionnaire du menu param�trage de la compta */ require("../../main.inc.php"); diff --git a/htdocs/compta/ventilation/fiche.php b/htdocs/compta/ventilation/fiche.php index 1278d0e206058aa014a0457cb1b2b2fa99e38072..b2520112ae0fbdb86bda6c4a6dca87156f96cfcc 100644 --- a/htdocs/compta/ventilation/fiche.php +++ b/htdocs/compta/ventilation/fiche.php @@ -20,6 +20,13 @@ * */ +/** + \file htdocs/compta/ventilation/fiche.php + \ingroup compta + \brief Page fiche ventilation + \version $Revision$ +*/ + require("./pre.inc.php"); $mesg = ''; diff --git a/htdocs/compta/ventilation/index.php b/htdocs/compta/ventilation/index.php index d9e7ed4cc3d0c685f0efffddfcfc6767d005e0dd..1939429e57f139a8626a244530488a647162e6fc 100644 --- a/htdocs/compta/ventilation/index.php +++ b/htdocs/compta/ventilation/index.php @@ -21,10 +21,10 @@ * */ -/*! - \file htdocs/compta/index.php +/** + \file htdocs/compta/ventilation/index.php \ingroup compta - \brief Page accueil zone comptabilit� + \brief Page accueil ventilation \version $Revision$ */ diff --git a/htdocs/compta/ventilation/lignes.php b/htdocs/compta/ventilation/lignes.php index 8ff6f5cb9ae27305a17937a70a1c26febb7af22a..05595cfab465915115a536c6541e4af6953d3cf2 100644 --- a/htdocs/compta/ventilation/lignes.php +++ b/htdocs/compta/ventilation/lignes.php @@ -20,6 +20,13 @@ * */ +/** + \file htdocs/compta/ventilation/lignes.php + \ingroup facture + \brief Page de detail des lignes de ventilation d'une facture + \version $Revision$ +*/ + require("./pre.inc.php"); if ($_GET["socidp"]) { $socidp=$_GET["socidp"]; } diff --git a/htdocs/compta/ventilation/liste.php b/htdocs/compta/ventilation/liste.php index d8627e3e439dd73c04d40e353cf12b7852f0fd50..12cbe4c5a7656bea7679f3eee11a7d500eac9fbb 100644 --- a/htdocs/compta/ventilation/liste.php +++ b/htdocs/compta/ventilation/liste.php @@ -22,9 +22,10 @@ * */ -/*! \file htdocs/compta/facture.php +/** + \file htdocs/compta/ventilation/liste.php \ingroup facture - \brief Page de cr�ation d'une facture + \brief Page liste des ventilations \version $Revision$ */ diff --git a/htdocs/compta/ventilation/pre.inc.php b/htdocs/compta/ventilation/pre.inc.php index 4c7660f042f5a646f978523527196ad87a182efa..b4503ac922050123d812ee67ff2249c3672d8baf 100644 --- a/htdocs/compta/ventilation/pre.inc.php +++ b/htdocs/compta/ventilation/pre.inc.php @@ -21,10 +21,10 @@ * */ -/*! - \file htdocs/compta/pre.inc.php - \ingroup compta - \brief Fichier gestionnaire du menu compta +/** + \file htdocs/compta/ventilation/pre.inc.php + \ingroup compta + \brief Fichier gestionnaire du menu compta */ require("../../main.inc.php");