[vlc-commits] Small cleanup of comments in libvlc headers.
Alexey Sokolov
git at videolan.org
Sun Jul 17 21:16:43 CEST 2011
vlc | branch: master | Alexey Sokolov <alexey at alexeysokolov.co.cc> | Sun Jul 17 21:01:15 2011 +0200| [ec72292120cc1956380e52ff5ea9c33d6e45eeb7] | committer: Rémi Duraffort
Small cleanup of comments in libvlc headers.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec72292120cc1956380e52ff5ea9c33d6e45eeb7
---
include/vlc/deprecated.h | 2 +-
include/vlc/libvlc_media_list.h | 2 +-
include/vlc/libvlc_media_player.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/vlc/deprecated.h b/include/vlc/deprecated.h
index de925ba..c18567b 100644
--- a/include/vlc/deprecated.h
+++ b/include/vlc/deprecated.h
@@ -27,7 +27,7 @@
/**
* \file
- * This file defines libvlc depreceated API
+ * This file defines libvlc deprecated API
*/
# ifdef __cplusplus
diff --git a/include/vlc/libvlc_media_list.h b/include/vlc/libvlc_media_list.h
index dea6f22..893b945 100644
--- a/include/vlc/libvlc_media_list.h
+++ b/include/vlc/libvlc_media_list.h
@@ -155,7 +155,7 @@ LIBVLC_API libvlc_media_t *
* The libvlc_media_list_lock should be held upon entering this function.
*
* \param p_ml a media list instance
- * \param p_md media list instance
+ * \param p_md media instance
* \return position of media instance
*/
LIBVLC_API int
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index fce7425..70c4b91 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -820,7 +820,7 @@ void libvlc_video_set_key_input( libvlc_media_player_t *p_mi, unsigned on );
* handled. This is needed for DVD menus to work, as well as a few video
* filters such as "puzzle".
*
- * \note See also libvlc_video_set_key_input().
+ * \see libvlc_video_set_key_input().
*
* \warning This function is only implemented for X11 and Win32 at the moment.
*
More information about the vlc-commits
mailing list