Skip to content
  • Alexandre Janniaux's avatar
    srtp: fix doxygen warnings · cae49de8
    Alexandre Janniaux authored and Steve Lhomme's avatar Steve Lhomme committed
        modules/access/rtp/srtp.c:713: warning: The following parameter of srtcp_crypt(srtp_session_t *s, uint8_t *buf, size_t len) is not documented:
          parameter 's'
    
        modules/access/rtp/srtp.c:812: warning: The following parameter of srtcp_recv(srtp_session_t *s, uint8_t *buf, size_t *lenp) is not documented:
          parameter 's'
    
        modules/access/rtp/srtp.c:771: warning: The following parameter of srtcp_send(srtp_session_t *s, uint8_t *buf, size_t *lenp, size_t bufsize) is not documented:
          parameter 's'
    
        modules/access/rtp/srtp.c:122: warning: The following parameter of srtp_create(int encr, int auth, unsigned tag_len, int prf, unsigned flags) is not documented:
          parameter 'prf'
    
        modules/access/rtp/srtp.c:454: warning: The following parameter of srtp_crypt(srtp_session_t *s, uint8_t *buf, size_t len) is not documented:
          parameter 's'
    
        modules/access/rtp/srtp.c:536: warning: Unsupported xml/html tag <lenp> found
    
        modules/access/rtp/srtp.c:526: warning: The following parameter of srtp_send(srtp_session_t *s, uint8_t *buf, size_t *lenp, size_t bufsize) is not documented:
          parameter 's'
    
        modules/access/rtp/srtp.c:365: warning: The following parameter of srtp_setrcc_rate(srtp_session_t *s, uint16_t rate) is not documented:
          parameter 's'
    
        modules/access/rtp/srtp.c:614: warning: The following parameter of srtp_recv(srtp_session_t *s, uint8_t *buf, size_t *lenp) is not documented:
          parameter 's'
    cae49de8