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