[vlc-commits] libvlc.h: improve docstrings
    Olivier Aubert 
    git at videolan.org
       
    Thu Jun 14 15:05:31 CEST 2012
    
    
  
vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Thu Jun 14 15:05:10 2012 +0200| [bd733d23eb3cb699f304c8d82c0b3d4450713636] | committer: Olivier Aubert
libvlc.h: improve docstrings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd733d23eb3cb699f304c8d82c0b3d4450713636
---
 include/vlc/libvlc.h |    4 ++++
 1 file changed, 4 insertions(+)
diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index 94dbcac..f81f515 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -101,6 +101,8 @@ LIBVLC_API void libvlc_clearerr (void);
 /**
  * Sets the LibVLC error status and message for the current thread.
  * Any previous error is overridden.
+ * \param fmt the format string
+ * \param ap the arguments
  * \return a nul terminated string in any case
  */
 LIBVLC_API const char *libvlc_vprinterr (const char *fmt, va_list ap);
@@ -108,6 +110,8 @@ LIBVLC_API const char *libvlc_vprinterr (const char *fmt, va_list ap);
 /**
  * Sets the LibVLC error status and message for the current thread.
  * Any previous error is overridden.
+ * \param fmt the format string
+ * \param args the arguments
  * \return a nul terminated string in any case
  */
 LIBVLC_API const char *libvlc_printerr (const char *fmt, ...);
    
    
More information about the vlc-commits
mailing list