From 8549f05c21997afdb9b74cbc6387f447aa197d41 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 9 Jan 2005 18:08:32 +0000 Subject: [PATCH] Doc: documentation doxygen --- htdocs/translate.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php index b1182318dbf..49592afe707 100644 --- a/htdocs/translate.class.php +++ b/htdocs/translate.class.php @@ -103,14 +103,13 @@ class Translate { /** * \brief Retourne la version traduite du texte passé en paramètre - * Si il n'y a pas de correspondance pour ce texte, il est retourné - * "tel quel" précédé d'un "[vo] " et terminé par un + * Si il n'y a pas de correspondance pour ce texte, il est retourné tel quel * [en] Return translated version of parameter string * \param str original string to translate * \param param1 chaine de param1 * \param param2 chaine de param1 * \param param3 chaine de param1 - * \return string translated version of parameter string, or original version of this string with "[vo] " before and "" after + * \return string chaine traduite */ function trans($str, $param1='', $param2='', $param3='') {