Browse Source

vlc_variables: fix doxygen comments

pull/127/head
Alexandre Janniaux 5 years ago
committed by Jean-Baptiste Kempf
parent
commit
0ec2ef06c7
  1. 4
      include/vlc_variables.h

4
include/vlc_variables.h

@ -760,11 +760,11 @@ VLC_API int var_InheritURational(vlc_object_t *obj, unsigned *num,
*
* @param obj VLC object on which to set variables (and emit error messages)
* @param mrl string to parse
* @param pref prefix to prepend to option names in the string
* @param prefix prefix to prepend to option names in the string
*
* @return VLC_ENOMEM on error, VLC_SUCCESS on success.
*/
VLC_API int var_LocationParse(vlc_object_t *, const char *mrl, const char *prefix);
VLC_API int var_LocationParse(vlc_object_t *obj, const char *mrl, const char *prefix);
#ifndef DOC
#define var_Create(a,b,c) var_Create(VLC_OBJECT(a), b, c)

Loading…
Cancel
Save