Skip to content
  • Alexandre Janniaux's avatar
    vlc_fs: fix doxygen warnings · 4b51462f
    Alexandre Janniaux authored and Steve Lhomme's avatar Steve Lhomme committed
        include/vlc_fs.h:201: warning: The following parameter of vlc_lstat(const char *filename, struct stat *buf) is not documented:
          parameter 'buf'
    
        include/vlc_fs.h:193: warning: The following parameter of vlc_stat(const char *filename, struct stat *buf) is not documented:
          parameter 'buf'
    
        include/vlc_fs.h:92: warning: argument 'dir' of command @param is not found in the argument list of vlc_openat(int fd, const char *filename, int flags,...)
    
        include/vlc_fs.h:92: warning: The following parameter of vlc_openat(int fd, const char *filename, int flags,...) is not documented:
          parameter 'fd'
    4b51462f