From 8549f05c21997afdb9b74cbc6387f447aa197d41 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> 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 "<b>[vo]</b> <i>" et termin� par un </i> + * 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 "<b>[vo]</b> <i>" before and "</i>" after + * \return string chaine traduite */ function trans($str, $param1='', $param2='', $param3='') { -- GitLab