diff --git a/htdocs/bookmarks/bookmark.class.php b/htdocs/bookmarks/bookmark.class.php index a928fe2516e..216d63de3f6 100644 --- a/htdocs/bookmarks/bookmark.class.php +++ b/htdocs/bookmarks/bookmark.class.php @@ -92,7 +92,7 @@ class Bookmark /** * \brief Insere bookmark en base - * \param int <0 si ko, rowid si ok + * \return int <0 si ko, rowid du bookmark créé si ok */ function create() { diff --git a/htdocs/boutique/client/client.class.php b/htdocs/boutique/client/client.class.php index 17b3becce78..4aff005625c 100644 --- a/htdocs/boutique/client/client.class.php +++ b/htdocs/boutique/client/client.class.php @@ -46,8 +46,8 @@ class Client } /** - \brief Fonction permettant de recupèrer les informations d'un clients de la boutique - \param Id id du client + \brief Fonction permettant de recupèrer les informations d'un clients de la boutique + \param id Id du client */ function fetch ($id) diff --git a/htdocs/comm/propal/stats/propalestats.class.php b/htdocs/comm/propal/stats/propalestats.class.php index bf040d6584a..c417fcaa58f 100644 --- a/htdocs/comm/propal/stats/propalestats.class.php +++ b/htdocs/comm/propal/stats/propalestats.class.php @@ -22,7 +22,7 @@ */ /** - \file htdocs/propal/stats/propalestats.class.php + \file htdocs/comm/propal/stats/propalestats.class.php \ingroup propales \brief Fichier de la classe de gestion des stats des propales \version $Revision$ diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index bd9d5884cbd..b390eae5c79 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -20,7 +20,7 @@ * */ -/** \file htdocs/compta/bank/account.php +/** \file htdocs/compta/bank/graph.php \ingroup banque \brief Page de détail des transactions bancaires \version $Revision$ diff --git a/htdocs/compta/facture/stats/facturestats.class.php b/htdocs/compta/facture/stats/facturestats.class.php index e9d7c05e25c..5d182093a3d 100644 --- a/htdocs/compta/facture/stats/facturestats.class.php +++ b/htdocs/compta/facture/stats/facturestats.class.php @@ -22,7 +22,7 @@ */ /** - \file htdocs/facture/stats/facturestats.class.php + \file htdocs/compta/facture/stats/facturestats.class.php \ingroup factures \brief Fichier de la classe de gestion des stats des factures \version $Revision$ diff --git a/htdocs/fourn/paiement/pre.inc.php b/htdocs/fourn/paiement/pre.inc.php index 5fb4eed8af6..37d3db9919e 100644 --- a/htdocs/fourn/paiement/pre.inc.php +++ b/htdocs/fourn/paiement/pre.inc.php @@ -21,9 +21,9 @@ */ /** - \file htdocs/fourn/facture/pre.inc.php + \file htdocs/fourn/paiement/pre.inc.php \ingroup fournisseur,facture - \brief Fichier gestionnaire du menu factures fournisseurs + \brief Fichier gestionnaire du menu paiements factures fournisseurs */ require("../../main.inc.php"); diff --git a/htdocs/tva.class.php b/htdocs/tva.class.php index 8d1883d3add..747a56a1e2b 100644 --- a/htdocs/tva.class.php +++ b/htdocs/tva.class.php @@ -21,7 +21,7 @@ */ /** - \file htdocs/chargesociales.class.php + \file htdocs/tva.class.php \ingroup compta \brief Fichier de la classe de tva \remarks La tva collectée n'est calculée que sur les factures payées. @@ -29,7 +29,7 @@ */ -/** \class PaiementCharge +/** \class Tva \brief Classe permettant la gestion de la tva */ @@ -40,6 +40,7 @@ class Tva /* * \brief Constructeur + * \param DB Handler d'accès base */ function Tva($DB) { diff --git a/htdocs/user/group/pre.inc.php b/htdocs/user/group/pre.inc.php index 57d75fc601d..03c9e934774 100644 --- a/htdocs/user/group/pre.inc.php +++ b/htdocs/user/group/pre.inc.php @@ -21,8 +21,8 @@ */ /** - \file htdocs/compta/pre.inc.php - \brief Fichier gestionnaire du menu groupe d'utilisateur + \file htdocs/user/group/pre.inc.php + \brief Fichier gestionnaire du menu groupe d'utilisateurs \version $Revision$ */