diff --git a/htdocs/admin/societe.php b/htdocs/admin/societe.php index eeaec020f92..d705fbfc550 100644 --- a/htdocs/admin/societe.php +++ b/htdocs/admin/societe.php @@ -1,6 +1,7 @@ -/* Copyright (C) 2004 Éric Seigne + * Copyright (C) 2004 Éric Seigne + * Copyright (C) 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,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 de367ee68f4..2a40dcd2687 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 916b35be32b..b579e16bd56 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 1278d0e2060..b2520112ae0 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 d9e7ed4cc3d..1939429e57f 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 8ff6f5cb9ae..05595cfab46 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 d8627e3e439..12cbe4c5a76 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 4c7660f042f..b4503ac9220 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");