Fix doxygen errors

This commit is contained in:
Laurent Destailleur 2016-06-23 20:19:35 +02:00
parent 4a408e76e7
commit 2223ec15d1
2 changed files with 5 additions and 5 deletions

View File

@ -2737,12 +2737,12 @@ class Form
/** /**
* Retourne la liste des types de paiements possibles * Return list of payment modes
* *
* @param string $selected Id du type de paiement pre-selectionne * @param string $selected Id du type de paiement pre-selectionne
* @param string $htmlname Nom de la zone select * @param string $htmlname Nom de la zone select
* @param string $filtertype Pour filtre * @param int $filtertype Not used
* @param int $addempty Ajoute entree vide * @param int $addempty Add an empty entry
* @return void * @return void
*/ */
function select_conditions_paiements($selected='',$htmlname='condid',$filtertype=-1,$addempty=0) function select_conditions_paiements($selected='',$htmlname='condid',$filtertype=-1,$addempty=0)
@ -5109,7 +5109,7 @@ class Form
* @param int $id Id of object * @param int $id Id of object
* @param string $type Type of category ('member', 'customer', 'supplier', 'product', 'contact'). Old mode (0, 1, 2, ...) is deprecated. * @param string $type Type of category ('member', 'customer', 'supplier', 'product', 'contact'). Old mode (0, 1, 2, ...) is deprecated.
* @param int $rendermode 0=Default, use multiselect. 1=Emulate multiselect (recommended) * @param int $rendermode 0=Default, use multiselect. 1=Emulate multiselect (recommended)
* @return mixed Array of category objects or < 0 if KO * @return string String with categories
*/ */
function showCategories($id, $type, $rendermode=0) function showCategories($id, $type, $rendermode=0)
{ {

View File

@ -484,7 +484,7 @@ function dol_print_object_info($object, $usetable=0)
* *
* @param string $email Email address (Ex: "toto@example.com", "John Do <johndo@example.com>") * @param string $email Email address (Ex: "toto@example.com", "John Do <johndo@example.com>")
* @param string $trackingid Tracking id (Ex: thi123 for thirdparty with id 123) * @param string $trackingid Tracking id (Ex: thi123 for thirdparty with id 123)
* @return boolean True if domain email is OK, False if KO * @return string Return email tracker string
*/ */
function dolAddEmailTrackId($email, $trackingid) function dolAddEmailTrackId($email, $trackingid)
{ {