Fix: doxygen
This commit is contained in:
parent
1d17d990bd
commit
5dfefa1313
@ -19,7 +19,7 @@
|
|||||||
/**
|
/**
|
||||||
* File that defines the balance of paid holiday of users.
|
* File that defines the balance of paid holiday of users.
|
||||||
*
|
*
|
||||||
* \file define_holiday.php
|
* \file htdocs/holiday/define_holiday.php
|
||||||
* \ingroup holiday
|
* \ingroup holiday
|
||||||
* \brief File that defines the balance of paid holiday of users.
|
* \brief File that defines the balance of paid holiday of users.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file fiche.php
|
* \file htdocs/holiday/fiche.php
|
||||||
* \ingroup holiday
|
* \ingroup holiday
|
||||||
* \brief Form and file creation of paid holiday.
|
* \brief Form and file creation of paid holiday.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file index.php
|
* \file htdocs/holiday/index.php
|
||||||
* \ingroup holiday
|
* \ingroup holiday
|
||||||
* \brief List of holiday.
|
* \brief List of holiday.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file month_report.php
|
* \file htdocs/holiday/month_report.php
|
||||||
* \ingroup holiday
|
* \ingroup holiday
|
||||||
* \brief Monthly report of paid holiday.
|
* \brief Monthly report of paid holiday.
|
||||||
*/
|
*/
|
||||||
@ -113,7 +113,7 @@ if($num == '0') {
|
|||||||
|
|
||||||
$holidaystatic->id=$holiday['rowid'];
|
$holidaystatic->id=$holiday['rowid'];
|
||||||
$holidaystatic->ref=$holiday['rowid'];
|
$holidaystatic->ref=$holiday['rowid'];
|
||||||
|
|
||||||
$start_date=$db->jdate($holiday['date_debut']);
|
$start_date=$db->jdate($holiday['date_debut']);
|
||||||
$end_date=$db->jdate($holiday['date_fin']);
|
$end_date=$db->jdate($holiday['date_fin']);
|
||||||
/*if(substr($holiday['date_debut'],5,2)==$month-1){
|
/*if(substr($holiday['date_debut'],5,2)==$month-1){
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
/**
|
/**
|
||||||
* Displays the log of actions performed in the module.
|
* Displays the log of actions performed in the module.
|
||||||
*
|
*
|
||||||
* \file view_log.php
|
* \file htdocs/holiday/view_log.php
|
||||||
* \ingroup holiday
|
* \ingroup holiday
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user