Mercurial > mplayer.hg
changeset 36980:7ed97bf8eef9
Add doxygen comment.
author | ib |
---|---|
date | Wed, 26 Mar 2014 16:59:16 +0000 |
parents | 14fa9031f766 |
children | 3bc23ae2a154 |
files | gui/ui/render.c |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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];