Fix doxygen

This commit is contained in:
Francis Appels 2022-12-05 19:23:33 +01:00
parent 8d5a3c6bae
commit fab2732e70

View File

@ -2868,7 +2868,7 @@ class Form
* This define value for &$opt and &$optJson. * This define value for &$opt and &$optJson.
* This function is called by select_produits_list(). * This function is called by select_produits_list().
* *
* @param resource $objp Resultset of fetch * @param object $objp Resultset of fetch
* @param string $opt Option (var used for returned value in string option format) * @param string $opt Option (var used for returned value in string option format)
* @param string $optJson Option (var used for returned value in json format) * @param string $optJson Option (var used for returned value in json format)
* @param int $price_level Price level * @param int $price_level Price level
@ -7202,7 +7202,7 @@ class Form
* constructTicketListOption. * constructTicketListOption.
* This define value for &$opt and &$optJson. * This define value for &$opt and &$optJson.
* *
* @param resource $objp Result set of fetch * @param object $objp Result set of fetch
* @param string $opt Option (var used for returned value in string option format) * @param string $opt Option (var used for returned value in string option format)
* @param string $optJson Option (var used for returned value in json format) * @param string $optJson Option (var used for returned value in json format)
* @param string $selected Preselected value * @param string $selected Preselected value
@ -7400,7 +7400,7 @@ class Form
* constructProjectListOption. * constructProjectListOption.
* This define value for &$opt and &$optJson. * This define value for &$opt and &$optJson.
* *
* @param resource $objp Result set of fetch * @param object $objp Result set of fetch
* @param string $opt Option (var used for returned value in string option format) * @param string $opt Option (var used for returned value in string option format)
* @param string $optJson Option (var used for returned value in json format) * @param string $optJson Option (var used for returned value in json format)
* @param string $selected Preselected value * @param string $selected Preselected value
@ -7615,7 +7615,7 @@ class Form
* constructMemberListOption. * constructMemberListOption.
* This define value for &$opt and &$optJson. * This define value for &$opt and &$optJson.
* *
* @param resource $objp Result set of fetch * @param object $objp Result set of fetch
* @param string $opt Option (var used for returned value in string option format) * @param string $opt Option (var used for returned value in string option format)
* @param string $optJson Option (var used for returned value in json format) * @param string $optJson Option (var used for returned value in json format)
* @param string $selected Preselected value * @param string $selected Preselected value
@ -9583,7 +9583,7 @@ class Form
/** /**
* Return select list of groups * Return select list of groups
* *
* @param string $selected Id group preselected * @param string|object $selected Id group or group preselected
* @param string $htmlname Field name in form * @param string $htmlname Field name in form
* @param int $show_empty 0=liste sans valeur nulle, 1=ajoute valeur inconnue * @param int $show_empty 0=liste sans valeur nulle, 1=ajoute valeur inconnue
* @param string|array $exclude Array list of groups id to exclude * @param string|array $exclude Array list of groups id to exclude