Doc: doxygen

This commit is contained in:
Laurent Destailleur 2007-05-04 23:12:14 +00:00
parent 0e1cca669a
commit c4e3dd3543
10 changed files with 39 additions and 9 deletions

View File

@ -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 \

View File

@ -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;

View File

@ -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$

View File

@ -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");

View File

@ -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");

View File

@ -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
*/

View File

@ -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

View File

@ -20,7 +20,6 @@
*
* $Id$
* $Source$
*
*/
/**

View File

@ -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
*/

View File

@ -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$