Ignore:
Timestamp:
Jun 18, 2006 2:02:36 AM (18 years ago)
Author:
bennylp
Message:

Updated doxygen documentation to all headers in PJMEDIA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/gsm.h

    r176 r518  
    2020#define __PJMEDIA_CODEC_GSM_H__ 
    2121 
     22/** 
     23 * @file pjmedia-codec/gsm.h 
     24 * @brief GSM 06.10 codec. 
     25 */ 
     26 
    2227#include <pjmedia-codec/types.h> 
    2328 
     29/** 
     30 * @defgroup PJMED_GSM GSM 06.10 
     31 * @ingroup PJMEDIA_CODEC 
     32 * @brief Implementation of GSM FR based on GSM 06.10 library 
     33 * @{ 
     34 * This section describes functions to register and register GSM codec 
     35 * factory to the codec manager. After the codec factory has been registered, 
     36 * application can use @ref PJMEDIA_CODEC API to manipulate the codec. 
     37 */ 
    2438 
    2539PJ_BEGIN_DECL 
     
    4963 
    5064 
     65/** 
     66 * @} 
     67 */ 
     68 
    5169#endif  /* __PJMEDIA_CODEC_GSM_H__ */ 
    5270 
Note: See TracChangeset for help on using the changeset viewer.