[vlc-devel] commit: Add doxygen comment.. (Jean-Paul Saman )
git version control
git at videolan.org
Wed Apr 9 12:44:50 CEST 2008
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Wed Apr 9 12:41:06 2008 +0200| [a471fc70851b8a35f9945f6666bb2175d35ed9f8]
Add doxygen comment..
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a471fc70851b8a35f9945f6666bb2175d35ed9f8
---
include/vlc_vout.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index 4548c50..601baa5 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 */
More information about the vlc-devel
mailing list