Skip to content
  • Alexandre Janniaux's avatar
    http: message: fix doxygen warnings · 6881bd2e
    Alexandre Janniaux authored and Steve Lhomme's avatar Steve Lhomme committed
        modules/access/http/message.h:165: warning: The following parameter of vlc_http_msg_add_creds_basic(struct vlc_http_msg *m, bool proxy, const char *username, const char *password) is not documented:
          parameter 'm'
    
        modules/access/http/message.h:112: warning: The following parameter of vlc_http_msg_add_time(struct vlc_http_msg *m, const char *name, const time_t *t) is not documented:
          parameter 'm'
    
        modules/access/http/message.h:104: warning: The following parameter of vlc_http_msg_get_time(const struct vlc_http_msg *m, const char *name) is not documented:
          parameter 'm'
    
        modules/access/http/message.h:231: warning: The following parameter of vlc_http_msg_get_token(const struct vlc_http_msg *msg, const char *field, const char *token) is not documented:
          parameter 'msg'
    
        modules/access/http/message.h:303: warning: The following parameter of vlc_http_msg_write(struct vlc_http_msg *m, block_t *b, bool eos) is not documented:
          parameter 'm'
    6881bd2e