Ignore:
Timestamp:
Sep 30, 2010 4:23:27 AM (14 years ago)
Author:
bennylp
Message:

Re #1134 (misc fixes): fixed various doxygen warnings, as well as added overview section in pjmedia documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/sdp.h

    r3198 r3327  
    523523 * Deactivate SDP media. 
    524524 * 
     525 * @param pool      Memory pool to allocate memory from. 
    525526 * @param m         The SDP media to deactivate. 
    526527 * 
     
    535536 * Clone SDP media description and deactivate the new SDP media. 
    536537 * 
     538 * @param pool      Memory pool to allocate memory for the clone. 
    537539 * @param rhs       The SDP media to clone. 
    538540 * 
     
    673675 * @return              PJ_SUCCESS or the appropriate error code. 
    674676 */ 
    675 PJ_DECL(pj_status_t) pjmedia_sdp_session_add_attr(pjmedia_sdp_session *m, 
     677PJ_DECL(pj_status_t) pjmedia_sdp_session_add_attr(pjmedia_sdp_session *s, 
    676678                                                  pjmedia_sdp_attr *attr); 
    677679 
Note: See TracChangeset for help on using the changeset viewer.