# HG changeset patch # User ib # Date 1395853156 0 # Node ID 7ed97bf8eef90512dc2be55733c5c3606e5c70aa # Parent 14fa9031f766d1afed9b2a41cfb48013bfbb8def Add doxygen comment. diff -r 14fa9031f766 -r 7ed97bf8eef9 gui/ui/render.c --- a/gui/ui/render.c Wed Mar 26 16:54:31 2014 +0000 +++ b/gui/ui/render.c Wed Mar 26 16:59:16 2014 +0000 @@ -35,6 +35,13 @@ static char *image_buffer; static int image_width; +/** + * @brief Translate all variables in the @a text. + * + * @param text text containing variables + * + * @return new text with all variables translated + */ static char *TranslateVariables(const char *text) { static char translation[512];