[vlc-commits] Fix doxygen command in a comment

Alexey Sokolov git at videolan.org
Sun May 1 11:30:20 CEST 2011


vlc | branch: master | Alexey Sokolov <alexey at alexeysokolov.co.cc> | Sun May  1 12:29:55 2011 +0300| [104335bb00aebdbbbb7cfd9e72c9d75a90197a1e] | committer: Rémi Denis-Courmont

Fix doxygen command in a comment

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

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

 include/vlc/libvlc_media.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
index 1cc568a..c6ad777 100644
--- a/include/vlc/libvlc_media.h
+++ b/include/vlc/libvlc_media.h
@@ -494,7 +494,7 @@ VLC_PUBLIC_API void *libvlc_media_get_user_data( libvlc_media_t *p_md );
  * \param tracks address to store an allocated array of Elementary Streams
  * descriptions (must be freed by the caller)
  *
- * return the number of Elementary Streams
+ * \return the number of Elementary Streams
  */
 VLC_PUBLIC_API
 int libvlc_media_get_tracks_info( libvlc_media_t *p_md,



More information about the vlc-commits mailing list