]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
libvlc headers: try to be consistent (cosmetics).
[vlc] / include / vlc / libvlc.h
index 5f3b52b14616e057024858eebba05a7ac6eb5729..cd48aaa2eca58be2ec4b554ab24affd7caabf860 100644 (file)
@@ -96,14 +96,14 @@ VLC_PUBLIC_API void libvlc_clearerr (void);
 /**
  * Sets the LibVLC error status and message for the current thread.
  * Any previous error is overriden.
- * @return a nul terminated string in any case
+ * \return a nul terminated string in any case
  */
 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 overriden.
- * @return a nul terminated string in any case
+ * \return a nul terminated string in any case
  */
 const char *libvlc_printerr (const char *fmt, ...);