Ignore:
Timestamp:
Jan 4, 2007 10:45:08 PM (17 years ago)
Author:
bennylp
Message:

Just updated and improved the doxygen documentations all over the place

File:
1 edited

Legend:

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

    r694 r875  
    8585 * to produce tones from an ASCII digits. 
    8686 * Digit map used by a particular tone generator can be retrieved/set with 
    87  * #pjmedia_tonegen_get_digit_map() and #pjmedia_tonegen_load_digit_map(). 
     87 * #pjmedia_tonegen_get_digit_map() and #pjmedia_tonegen_set_digit_map(). 
    8888 */ 
    8989typedef struct pjmedia_tone_digit_map 
     
    9595        short   freq1;      /**< First frequency.                       */ 
    9696        short   freq2;      /**< Optional second frequency.             */ 
    97     } digits[16]; 
     97    } digits[16];           /**< Array of digits in the digit map.      */ 
    9898} pjmedia_tone_digit_map; 
    9999 
Note: See TracChangeset for help on using the changeset viewer.