]> git.sesse.net Git - vlc/commitdiff
libvlc.h: improve docstrings
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 14 Jun 2012 13:05:10 +0000 (15:05 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 14 Jun 2012 13:05:26 +0000 (15:05 +0200)
include/vlc/libvlc.h

index 94dbcacf01e4698a36cb5ce8088a12a90d5ee27d..f81f5152bfa61f4091ea445e0175d7b1b1995121 100644 (file)
@@ -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, ...);