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-codec/amr_helper.h

    r2875 r3327  
    598598 
    599599/** 
    600  * This structure describes AMR frame info, to be fitted into @pjmedia_frame  
     600 * This structure describes AMR frame info, to be fitted into #pjmedia_frame 
    601601 * bit info. 
    602602 */ 
     
    713713 * - align left the start bit (make the start_bit to be 0). 
    714714 * 
    715  * @param amr_nb    Set PJ_TRUE for AMR-NB and PJ_FALSE for AMR-WB. 
    716715 * @param in        Input frame. 
    717  * @param setting   Settings, see @pjmedia_codec_amr_pack_setting. 
     716 * @param setting   Settings, see #pjmedia_codec_amr_pack_setting. 
    718717 * @param out       Output frame. 
    719718 * 
     
    853852 * @param frames    AMR frames to be packed. 
    854853 * @param nframes   Number of frames to be packed. 
    855  * @param setting   Settings, see @pjmedia_codec_amr_pack_setting. 
     854 * @param setting   Settings, see #pjmedia_codec_amr_pack_setting. 
    856855 * @param pkt       Payload. 
    857856 * @param pkt_size  Payload size, as input this specifies payload maximum size, 
     
    10701069 * @param pkt_size  Payload size. 
    10711070 * @param ts        Base timestamp. 
    1072  * @param setting   Settings, see @pjmedia_codec_amr_pack_setting. 
     1071 * @param setting   Settings, see #pjmedia_codec_amr_pack_setting. 
    10731072 * @param frames    Frames parsed. 
    10741073 * @param nframes   Number of frames parsed. 
Note: See TracChangeset for help on using the changeset viewer.