[vlc-commits] include: move spu under subpicture in Doxygen

Rémi Denis-Courmont git at videolan.org
Sun Jun 14 18:14:02 CEST 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 14 19:13:50 2015 +0300| [8bc6d3712a7cd312f65683cb48da93b40801b341] | committer: Rémi Denis-Courmont

include: move spu under subpicture in Doxygen

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8bc6d3712a7cd312f65683cb48da93b40801b341
---

 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