Fix: Doxygen

This commit is contained in:
Laurent Destailleur 2010-07-27 22:38:29 +00:00
parent 5da647ccad
commit 77d10115b2

View File

@ -541,8 +541,8 @@ function SearchTaskInChild(&$inc, $parent, &$lines, &$taskrole)
/** /**
* Clean task not linked to a parent * Clean task not linked to a parent
* @param $db Database handler * @param unknown_type $db
* @return int Nb of records deleted * @return int Nb of records deleted
*/ */
function clean_orphelins($db) function clean_orphelins($db)
{ {
@ -598,10 +598,10 @@ function clean_orphelins($db)
/** /**
* Return HTML table with list of projects and number of opened tasks * Return HTML table with list of projects and number of opened tasks
* *
* @param $db * @param unknown_type $db
* @param $mine * @param unknown_type $mine
* @param $socid * @param unknown_type $socid
* @param $projectsListId * @param unknown_type $projectsListId
*/ */
function print_projecttasks_array($db,$mine,$socid,$projectsListId) function print_projecttasks_array($db,$mine,$socid,$projectsListId)
{ {