Improve Doxygen doc

Signed-off-by: Dany De Bontridder <dany@alchimerys.be>
This commit is contained in:
Rachel 2017-01-12 15:27:35 +01:00 committed by Dany De Bontridder
parent 962221db78
commit 271d3f4782
4 changed files with 12 additions and 12 deletions

View file

@ -607,7 +607,7 @@ function select_card_type(obj)
* - filter is the filter but with a fd_id list, -1 means there is no filter
* - ref : reload the window after adding card
* - content : name of the div
*@example dis_blank_card({gDossier:15,fd_id:12,ref:1});
*@note dis_blank_card({gDossier:15,fd_id:12,ref:1});
*@see ajax_card.php
*/
function dis_blank_card(obj)
@ -917,4 +917,4 @@ function action_remove_concerned(p_dossier,p_fiche_id,p_action_id)
}
);
}

View file

@ -24,7 +24,7 @@
* @file
* @brief this wrapper is used to created easily a wrapper to a table
*
* @class
* @class Noalyss_SQL
* Match a table into an object, you need to add the code for each table
* @note : the primary key must be an integer
*

View file

@ -278,8 +278,8 @@ if (isDate($_REQUEST['start']) == null || isDate($_REQUEST['end']) == null)
alert('Date invalide !');
return;
}
/*************************************************************************************************************************
* Balance agée tous
/*************************************************************************************************************************/
// Balance agée tous
/*************************************************************************************************************************/
if ( $_GET['histo'] == 8)
{
@ -314,8 +314,8 @@ if ( $_GET['histo'] == 8)
}
return;
}
/*************************************************************************************************************************
* Balance en-cours
/*************************************************************************************************************************/
// Balance en-cours
/*************************************************************************************************************************/
if ( $_GET['histo'] == 7)
{

View file

@ -465,7 +465,7 @@ function sql_string($p_string)
}
/**
/* \brief store the string which print
* \brief store the string which print
* the content of p_array in a table
* used to display the menu
* \param $p_array array like ( 0=>HREF reference, 1=>visible item (name),2=>Help(opt),
@ -475,7 +475,7 @@ function sql_string($p_string)
* \param $class_ref CSS for the A tag
* \param $default selected item
* \param $p_extra extra code for the table tag (CSS or javascript)
*
*/
/* \return : string */
function ShowItem($p_array, $p_dir='V', $class="mtitle", $class_ref="mtitle", $default="", $p_extra="")
@ -897,7 +897,7 @@ function show_module($selected)
}
/**
* Find the default module or the first one
* @global $g_user $g_user
* @var $g_user $g_user
* @return default module (string)
*/
function find_default_module()
@ -976,7 +976,7 @@ function find_default_module()
/**
* show the module
* @global $g_user
* @var $g_user
* @param $module the $_REQUEST['ac'] exploded into an array
* @param $idx the index of the array : the AD code is splitted into an array thanks the slash
*/
@ -1263,4 +1263,4 @@ function is_msie()
$is_msie=0;
return $is_msie;
}
?>
?>