From a471fc70851b8a35f9945f6666bb2175d35ed9f8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Wed, 9 Apr 2008 12:41:06 +0200 Subject: [PATCH] Add doxygen comment.. --- include/vlc_vout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_vout.h b/include/vlc_vout.h index 4548c503b4..601baa576e 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -215,7 +215,7 @@ struct subpicture_region_t char *psz_text; /**< text string comprising this region */ char *psz_html; /**< HTML version of subtitle (NULL = use psz_text) */ - text_style_t *p_style; /* a description of the text style formatting */ + text_style_t *p_style; /**< a description of the text style formatting */ subpicture_region_t *p_next; /**< next region in the list */ subpicture_region_t *p_cache; /**< modified version of this region */ -- 2.39.5