]> git.sesse.net Git - vlc/commitdiff
Add doxygen comment..
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 9 Apr 2008 10:41:06 +0000 (12:41 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 9 Apr 2008 10:41:06 +0000 (12:41 +0200)
include/vlc_vout.h

index 4548c503b422639529601a8b8910faab5bc588e4..601baa576e536d4e57b9d51d87683f8829630ee3 100644 (file)
@@ -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 */