[MPlayer-cvslog] r37076 - trunk/gui/ui/render.c
ib
subversion at mplayerhq.hu
Wed Mar 26 17:59:16 CET 2014
Author: ib
Date: Wed Mar 26 17:59:16 2014
New Revision: 37076
Log:
Add doxygen comment.
Modified:
trunk/gui/ui/render.c
Modified: trunk/gui/ui/render.c
==============================================================================
--- trunk/gui/ui/render.c Wed Mar 26 17:54:31 2014 (r37075)
+++ trunk/gui/ui/render.c Wed Mar 26 17:59:16 2014 (r37076)
@@ -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];
More information about the MPlayer-cvslog
mailing list