[vlc-devel] [PATCH 1/4] playlist: fix detailed description

Alexandre Janniaux ajanni at videolabs.io
Thu Apr 4 22:51:14 CEST 2019


---
 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 */
-- 
2.21.0



More information about the vlc-devel mailing list