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

Alexey Sokolov alexey at alexeysokolov.co.cc
Sun May 1 11:01:52 CEST 2011


 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,
-- 
1.7.1





More information about the vlc-devel mailing list