Fix: doxygen

This commit is contained in:
Laurent Destailleur 2012-12-20 20:16:10 +01:00
parent 1d17d990bd
commit 5dfefa1313
5 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
/**
* File that defines the balance of paid holiday of users.
*
* \file define_holiday.php
* \file htdocs/holiday/define_holiday.php
* \ingroup holiday
* \brief File that defines the balance of paid holiday of users.
*/

View File

@ -18,7 +18,7 @@
*/
/**
* \file fiche.php
* \file htdocs/holiday/fiche.php
* \ingroup holiday
* \brief Form and file creation of paid holiday.
*/

View File

@ -18,7 +18,7 @@
*/
/**
* \file index.php
* \file htdocs/holiday/index.php
* \ingroup holiday
* \brief List of holiday.
*/

View File

@ -17,7 +17,7 @@
*/
/**
* \file month_report.php
* \file htdocs/holiday/month_report.php
* \ingroup holiday
* \brief Monthly report of paid holiday.
*/
@ -113,7 +113,7 @@ if($num == '0') {
$holidaystatic->id=$holiday['rowid'];
$holidaystatic->ref=$holiday['rowid'];
$start_date=$db->jdate($holiday['date_debut']);
$end_date=$db->jdate($holiday['date_fin']);
/*if(substr($holiday['date_debut'],5,2)==$month-1){

View File

@ -19,7 +19,7 @@
/**
* Displays the log of actions performed in the module.
*
* \file view_log.php
* \file htdocs/holiday/view_log.php
* \ingroup holiday
*/