Ignore:
Timestamp:
Apr 6, 2011 7:00:02 AM (13 years ago)
Author:
bennylp
Message:

Re #1208: fixed typo in comment and combine the typedef for better doxygen documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/sdp.h

    r3419 r3497  
    269269 * This structure describes SDP \a fmtp attribute. 
    270270 */ 
    271 struct pjmedia_sdp_fmtp 
     271typedef struct pjmedia_sdp_fmtp 
    272272{ 
    273273    pj_str_t            fmt;        /**< Format type.               */ 
    274274    pj_str_t            fmt_param;  /**< Format specific parameter. */ 
    275 }; 
    276  
    277  
    278 /** 
    279  * @see pjmedia_sdp_fmtp 
    280  */ 
    281 typedef struct pjmedia_sdp_fmtp pjmedia_sdp_fmtp; 
    282  
     275} pjmedia_sdp_fmtp; 
    283276 
    284277 
Note: See TracChangeset for help on using the changeset viewer.