Skip to content
Snippets Groups Projects
Commit 8549f05c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doc: documentation doxygen

parent 52239325
No related branches found
No related tags found
No related merge requests found
......@@ -103,14 +103,13 @@ class Translate {
/**
* \brief Retourne la version traduite du texte pass en paramtre
* Si il n'y a pas de correspondance pour ce texte, il est retourn
* "tel quel" prcd 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='') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment