From e4f3b922ca771bc457618a9bddf1338f1f7c4bcc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Fri, 4 May 2007 23:28:09 +0000 Subject: [PATCH] Doc: doxygen --- build/tgz/tar.exclude | 4 ++++ doc/dev/dolibarr-doxygen.conf | 1 + htdocs/mantis/mantistop.php | 8 ++++---- htdocs/projet/tasks/mytasks.php | 9 ++++----- htdocs/projet/tasks/pre.inc.php | 11 +++++------ htdocs/societe/pre.inc.php | 5 +++-- htdocs/theme/auguria/graph-color.php | 2 +- htdocs/webcal/webcaltop.php | 4 ++-- 8 files changed, 24 insertions(+), 20 deletions(-) diff --git a/build/tgz/tar.exclude b/build/tgz/tar.exclude index 51c72c1b2be..f36616e6b89 100644 --- a/build/tgz/tar.exclude +++ b/build/tgz/tar.exclude @@ -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 diff --git a/doc/dev/dolibarr-doxygen.conf b/doc/dev/dolibarr-doxygen.conf index bcd10c256b0..abdaf4459d0 100644 --- a/doc/dev/dolibarr-doxygen.conf +++ b/doc/dev/dolibarr-doxygen.conf @@ -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 \ diff --git a/htdocs/mantis/mantistop.php b/htdocs/mantis/mantistop.php index 2f636cde68b..37f1bf52429 100644 --- a/htdocs/mantis/mantistop.php +++ b/htdocs/mantis/mantistop.php @@ -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$ */ diff --git a/htdocs/projet/tasks/mytasks.php b/htdocs/projet/tasks/mytasks.php index 06a2cc77649..cf4e5befc4b 100644 --- a/htdocs/projet/tasks/mytasks.php +++ b/htdocs/projet/tasks/mytasks.php @@ -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"); diff --git a/htdocs/projet/tasks/pre.inc.php b/htdocs/projet/tasks/pre.inc.php index 542c0e1fbfc..b7eb76da88e 100644 --- a/htdocs/projet/tasks/pre.inc.php +++ b/htdocs/projet/tasks/pre.inc.php @@ -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"); diff --git a/htdocs/societe/pre.inc.php b/htdocs/societe/pre.inc.php index 082ac7419d6..58499d9ac7d 100644 --- a/htdocs/societe/pre.inc.php +++ b/htdocs/societe/pre.inc.php @@ -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"); diff --git a/htdocs/theme/auguria/graph-color.php b/htdocs/theme/auguria/graph-color.php index dc087c8f29b..88d2e144fd6 100755 --- a/htdocs/theme/auguria/graph-color.php +++ b/htdocs/theme/auguria/graph-color.php @@ -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$ diff --git a/htdocs/webcal/webcaltop.php b/htdocs/webcal/webcaltop.php index 2f636cde68b..375cea0ad3b 100644 --- a/htdocs/webcal/webcaltop.php +++ b/htdocs/webcal/webcaltop.php @@ -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 -- GitLab