From 36554d72ce722b17600e41bec1df5f5e72d693d7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 Aug 2004 13:16:24 +0000 Subject: [PATCH] =?UTF-8?q?Doc:=20Les=20fichiers=20du=20module=20webcalend?= =?UTF-8?q?ar=20sont=20d=E9crits=20dans=20doxygen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/projet/webcal.php | 9 +++++---- htdocs/projet/webcaltop.php | 7 +++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/htdocs/projet/webcal.php b/htdocs/projet/webcal.php index 2f0cb224f50..72c6627bf5a 100644 --- a/htdocs/projet/webcal.php +++ b/htdocs/projet/webcal.php @@ -20,10 +20,11 @@ * */ -/*! \file webcal.php - \brief Page générant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage du calendrier - \author Laurent Destailleur - \version $Revision$ +/*! \file htdocs/projet/webcal.php + \ingroup webcalendar + \brief Page générant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage du calendrier + \author Laurent Destailleur + \version $Revision$ */ require("./pre.inc.php"); diff --git a/htdocs/projet/webcaltop.php b/htdocs/projet/webcaltop.php index c25d59c1a91..ac6fe33a1e7 100644 --- a/htdocs/projet/webcaltop.php +++ b/htdocs/projet/webcaltop.php @@ -20,6 +20,13 @@ * */ +/*! \file htdocs/projet/webcaltop.php + \ingroup webcalendar + \brief Frame du haut Dolibarr pour l'affichage du calendrier + \author Laurent Destailleur + \version $Revision$ +*/ + require ("../main.inc.php"); top_menu("","","_top");