Doc: doxygen

This commit is contained in:
Laurent Destailleur 2007-08-09 15:50:35 +00:00
parent 6bdc9e47e9
commit 5a2d46afbf

View File

@ -719,7 +719,8 @@ function img_object($alt, $object)
\brief Affiche picto (fonction générique) \brief Affiche picto (fonction générique)
\param alt Texte sur le alt de l'image \param alt Texte sur le alt de l'image
\param picto Nom de l'image a afficher (Si pas d'extension, on met '.png') \param picto Nom de l'image a afficher (Si pas d'extension, on met '.png')
\return string Retourne tag img \param options Attribut supplémentaire a la balise img
\return string Retourne tag img
*/ */
function img_picto($alt, $picto, $options='') function img_picto($alt, $picto, $options='')
{ {