[vlc-commits] include: move spu under vout in Doxygen
Rémi Denis-Courmont
git at videolan.org
Sun Jun 14 18:14:51 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 14 19:13:50 2015 +0300| [c0fe1cb9859c9983fb6a29a8e91a93c583098d99] | committer: Rémi Denis-Courmont
include: move spu under vout in Doxygen
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0fe1cb9859c9983fb6a29a8e91a93c583098d99
---
include/vlc_spu.h | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/include/vlc_spu.h b/include/vlc_spu.h
index d448d06..39be789 100644
--- a/include/vlc_spu.h
+++ b/include/vlc_spu.h
@@ -32,14 +32,10 @@
extern "C" {
#endif
-/**********************************************************************
- * Base SPU structures
- **********************************************************************/
/**
- * \defgroup spu Subpicture Unit
- * This module describes the programming interface for the subpicture unit.
- * It includes functions allowing to create/destroy an spu, and render
- * subpictures.
+ * \defgroup spu Sub-picture channels
+ * \ingroup subpicture
+ * \file
* @{
*/
More information about the vlc-commits
mailing list