diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index 1962fd2d761..c25a93b65ca 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -562,10 +562,15 @@ class Form
}
}
- /**
- * Affiche un select à partir d'un tableau
- *
- */
+
+ /*!
+ \brief Affiche un select à partir d'un tableau
+ \param nom de la zone select
+ \param tableau de key+valeur
+ \param key présélectionnée
+ \param 1 si il faut un valeur "-" dans la liste, 0 sinon
+ \param 1 pour affiche la key dans la valeur "[key] value"
+ */
Function select_array($name, $array, $id='', $empty=0, $key_libelle=0)
{
print '