[vlc-devel] [PATCH] Fix doxygen command in a comment.

Rémi Denis-Courmont remi at remlab.net
Sun May 1 11:31:01 CEST 2011


   Hello,

Patch applied but I had to proceed manually.
Please be more careful next time, thanks.

On Sunday 01 May 2011, Alexey Sokolov wrote:
>  From 8282444597084ecdce82b565d1177335c553c889 Mon Sep 17 00:00:00 2001
> From: Alexey Sokolov <alexey at alexeysokolov.co.cc>
> Date: Sun, 1 May 2011 15:55:16 +0700
> Subject: [PATCH] Fix doxygen command in a comment.
> 
> ---
>   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,
-- 
Rémi Denis-Courmont
http://www.remlab.info



More information about the vlc-devel mailing list