diff --git a/doc/dev/dolibarr-doxygen.conf b/doc/dev/dolibarr-doxygen.conf index 521bb75d14a..2b7c5df3c32 100644 --- a/doc/dev/dolibarr-doxygen.conf +++ b/doc/dev/dolibarr-doxygen.conf @@ -81,7 +81,8 @@ EXCLUDE = mysql \ doc \ documents \ scripts \ - htdocs/includes/fckeditor \ + htdocs/conf/conf.php \ + htdocs/includes/fckeditor \ htdocs/includes/fpdf \ htdocs/includes/jpgraph2 \ htdocs/includes/magpierss \ diff --git a/htdocs/compta/charges/pre.inc.php b/htdocs/compta/charges/pre.inc.php index 276e5861442..43a91b56b38 100644 --- a/htdocs/compta/charges/pre.inc.php +++ b/htdocs/compta/charges/pre.inc.php @@ -18,10 +18,17 @@ * * $Id$ * $Source$ - * */ + +/** + \file htdocs/compta/charges/pre.inc.php + \ingroup tax + \brief Fichier gestionnaire du menu charges +*/ + require("../../main.inc.php"); + function llxHeader($head = "") { global $user, $conf, $langs; diff --git a/htdocs/compta/facture/contact.php b/htdocs/compta/facture/contact.php index b954c311a36..d92ee3f2548 100644 --- a/htdocs/compta/facture/contact.php +++ b/htdocs/compta/facture/contact.php @@ -21,7 +21,7 @@ */ /** - \file htdocs/compta/contact.php + \file htdocs/compta/facture/contact.php \ingroup facture \brief Onglet de gestion des contacts des factures \version $Revision$ diff --git a/htdocs/compta/paiement/pre.inc.php b/htdocs/compta/paiement/pre.inc.php index 83e53f0e26c..6acda5a07a9 100644 --- a/htdocs/compta/paiement/pre.inc.php +++ b/htdocs/compta/paiement/pre.inc.php @@ -18,8 +18,13 @@ * * $Id$ * $Source$ - * */ + +/** + \file htdocs/compta/paiement/pre.inc.php + \ingroup compta + \brief Fichier gestionnaire du menu compta paiement +*/ require("../../main.inc.php"); diff --git a/htdocs/compta/param/comptes/liste.php b/htdocs/compta/param/comptes/liste.php index 4a5562a21e8..a36bb855438 100644 --- a/htdocs/compta/param/comptes/liste.php +++ b/htdocs/compta/param/comptes/liste.php @@ -19,7 +19,13 @@ * $Id$ * $Source$ */ - + +/** + \file htdocs/compta/param/comptes/liste.php + \ingroup compta + \brief Onglet de gestion de parametrages des ventilations + \version $Revision$ +*/ require("./pre.inc.php"); diff --git a/htdocs/compta/param/comptes/pre.inc.php b/htdocs/compta/param/comptes/pre.inc.php index 2d9663c24b8..e8362bc3348 100644 --- a/htdocs/compta/param/comptes/pre.inc.php +++ b/htdocs/compta/param/comptes/pre.inc.php @@ -20,7 +20,7 @@ * $Source$ */ -/** \file htdocs/compta/param/pre.inc.php +/** \file htdocs/compta/param/comptes/pre.inc.php \ingroup compta \brief Fichier gestionnaire du menu paramétrage de la compta */ diff --git a/htdocs/includes/modules/mailings/example.modules.php b/htdocs/includes/modules/mailings/example.modules.php index a8d47a11076..2da5b99a69b 100644 --- a/htdocs/includes/modules/mailings/example.modules.php +++ b/htdocs/includes/modules/mailings/example.modules.php @@ -8,10 +8,22 @@ * Code that need to be changed in this file are marked by "CHANGE THIS" tag. */ +/** + \file htdocs/includes/modules/mailings/example.modules.php + \ingroup mailing + \brief Example file to provide a list of recipients for mailing module + \version $Revision$ +*/ + include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php'; // CHANGE THIS: Class name must be called mailing_xxx with xxx=name of your selector + +/** + \class mailing_example + \brief Class to manage a list of personalised recipients for mailing feature +*/ class mailing_example extends MailingTargets { // CHANGE THIS: Put here a name not already used diff --git a/htdocs/includes/modules/mailings/modules_mailings.php b/htdocs/includes/modules/mailings/modules_mailings.php index c95503eec22..0041f08fab4 100644 --- a/htdocs/includes/modules/mailings/modules_mailings.php +++ b/htdocs/includes/modules/mailings/modules_mailings.php @@ -20,7 +20,6 @@ * * $Id$ * $Source$ - * */ /** diff --git a/htdocs/includes/modules/modBoutique.class.php b/htdocs/includes/modules/modBoutique.class.php index 7b95860b8bd..f7a19a3df1b 100644 --- a/htdocs/includes/modules/modBoutique.class.php +++ b/htdocs/includes/modules/modBoutique.class.php @@ -27,7 +27,7 @@ */ /** - \file htdocs/includes/modules/modOSCommerce.class.php + \file htdocs/includes/modules/modBoutique.class.php \ingroup oscommerce \brief Fichier de description et activation du module OSCommerce */ diff --git a/htdocs/lib/member.lib.php b/htdocs/lib/member.lib.php index 992dc3cc1f6..aac86c5720f 100644 --- a/htdocs/lib/member.lib.php +++ b/htdocs/lib/member.lib.php @@ -21,7 +21,7 @@ */ /** - \file htdocs/lib/memeber.lib.php + \file htdocs/lib/member.lib.php \brief Ensemble de fonctions de base pour les adhérents \version $Revision$