Doc: doxygen

This commit is contained in:
Laurent Destailleur 2007-05-04 23:28:09 +00:00
parent 465c1b7913
commit e4f3b922ca
8 changed files with 24 additions and 20 deletions

View File

@ -15,6 +15,7 @@ htdocs/document
htdocs/documents
htdocs/domain
htdocs/lolix
htdocs/postnuke
htdocs/telephonie
htdocs/voyage
htdocs/includes/jpgraph2
@ -29,6 +30,9 @@ htdocs/includes/treemenu/imagesAlt
htdocs/includes/treemenu/imagesAlt2
htdocs/includes/modules/modEditeur.class.php
htdocs/includes/modules/modDocument.class.php
htdocs/includes/modules/modPostnuke.class.php
htdocs/includes/modules/modClickToDial.class.php
htdocs/includes/modules/modBookmark4u.class.php
htdocs/includes/triggers/interface_user.class.php
htdocs/includes/triggers/interface_contractfrombill.class.php-NORUN
scripts/lolix

View File

@ -95,6 +95,7 @@ EXCLUDE = mysql \
htdocs/lib/jabber \
htdocs/lib/vcard \
htdocs/lolix \
htdocs/postnuke \
htdocs/voyage \
htdocs/oscommerce_ws/ws_client_demo \
htdocs/oscommerce_ws/ws_server \

View File

@ -17,12 +17,12 @@
*
* $Id$
* $Source$
*
*/
/*! \file htdocs/projet/webcaltop.php
\ingroup webcalendar
\brief Frame du haut Dolibarr pour l'affichage du calendrier
/**
\file htdocs/mantis/mantistop.php
\ingroup mantis
\brief Frame du haut Dolibarr pour l'affichage de mantis
\author Laurent Destailleur
\version $Revision$
*/

View File

@ -17,14 +17,13 @@
*
* $Id$
* $Source$
*
*/
/**
\file htdocs/projet/tasks/fiche.php
\ingroup projet
\brief Fiche tâches d'un projet
\version $Revision$
\file htdocs/projet/tasks/mytasks.php
\ingroup projet
\brief Fiche tâches d'un projet
\version $Revision$
*/
require("./pre.inc.php");

View File

@ -17,14 +17,13 @@
*
* $Id$
* $Source$
*
*/
/*!
\file htdocs/projet/pre.inc.php
\ingroup projet
\brief Fichier de gestion du menu gauche du module projet
\version $Revision$
/**
\file htdocs/projet/tasks/pre.inc.php
\ingroup projet
\brief Fichier de gestion du menu gauche du module projet
\version $Revision$
*/
require ("../../main.inc.php");

View File

@ -21,11 +21,12 @@
*/
/**
\file htdocs/societe/notify/pre.inc.php
\ingroup product,service
\file htdocs/societe/pre.inc.php
\ingroup company
\brief Fichier gestionnaire du menu gauche des notifications
\version $Revision$
*/
require ("../main.inc.php");

View File

@ -21,7 +21,7 @@
*/
/**
\file htdocs/theme/eldy/graph-color.php
\file htdocs/theme/auguria/graph-color.php
\brief Fichier de déclaration des couleurs pour les graphiques
\ingroup core
\version $Revision$

View File

@ -17,10 +17,10 @@
*
* $Id$
* $Source$
*
*/
/*! \file htdocs/projet/webcaltop.php
/**
\file htdocs/webcal/webcaltop.php
\ingroup webcalendar
\brief Frame du haut Dolibarr pour l'affichage du calendrier
\author Laurent Destailleur