Commit ec722921 authored by Alexey Sokolov's avatar Alexey Sokolov Committed by Rémi Duraffort

Small cleanup of comments in libvlc headers.

parent 8be795c7
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
/** /**
* \file * \file
* This file defines libvlc depreceated API * This file defines libvlc deprecated API
*/ */
# ifdef __cplusplus # ifdef __cplusplus
......
...@@ -155,7 +155,7 @@ LIBVLC_API libvlc_media_t * ...@@ -155,7 +155,7 @@ LIBVLC_API libvlc_media_t *
* The libvlc_media_list_lock should be held upon entering this function. * The libvlc_media_list_lock should be held upon entering this function.
* *
* \param p_ml a media list instance * \param p_ml a media list instance
* \param p_md media list instance * \param p_md media instance
* \return position of media instance * \return position of media instance
*/ */
LIBVLC_API int LIBVLC_API int
......
...@@ -820,7 +820,7 @@ void libvlc_video_set_key_input( libvlc_media_player_t *p_mi, unsigned on ); ...@@ -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 * handled. This is needed for DVD menus to work, as well as a few video
* filters such as "puzzle". * 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. * \warning This function is only implemented for X11 and Win32 at the moment.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment