Ignore:
Timestamp:
Jun 20, 2008 9:39:02 PM (16 years ago)
Author:
bennylp
Message:

Updated doxygen documentations

File:
1 edited

Legend:

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

    r974 r2037  
    2727#include <pjmedia/types.h> 
    2828 
     29/** 
     30 * @defgroup PJMEDIA_FILE_FORMAT File Formats 
     31 * @brief Supported file formats 
     32 */ 
     33 
    2934 
    3035/** 
    3136 * @defgroup PJMEDIA_WAVE WAVE Header 
    32  * @ingroup PJMEDIA_MISC 
     37 * @ingroup PJMEDIA_FILE_FORMAT 
     38 * @brief Representation of RIFF/WAVE file format 
    3339 * @{ 
    3440 * 
    35  * Supports for simple/canonical Microsoft RIFF WAVE format. 
     41 * This the the low level representation of RIFF/WAVE file format. For 
     42 * higher abstraction, please see \ref PJMEDIA_FILE_PLAY and  
     43 * \ref PJMEDIA_FILE_REC. 
    3644 */ 
    3745 
Note: See TracChangeset for help on using the changeset viewer.