[vlc-commits] playlist: fix detailed description

Alexandre Janniaux git at videolan.org
Mon Apr 8 21:37:11 CEST 2019


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Apr  4 22:51:14 2019 +0200| [0d16d1adff61c098a545c823d397dd78958977ab] | committer: Rémi Denis-Courmont

playlist: fix detailed description

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 include/vlc_playlist.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index 52edae9957..47561134fe 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -30,10 +30,7 @@ extern "C" {
 /**
  * \defgroup playlist playlist
  * \ingroup playlist
- * @{
- */
-
-/**
+ *
  * A VLC playlist contains a list of "playlist items".
  *
  * Each playlist item contains exactly one media (input item). In the future,
@@ -102,6 +99,8 @@ extern "C" {
  * may have changed the list. Therefore, vlc_playlist_Request*() functions are
  * exposed to resolve potential conflicts and apply the changes. The actual
  * changes applied are notified through the callbacks
+ *
+ * @{
  */
 
 /* forward declarations */



More information about the vlc-commits mailing list