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/g711.h

    r278 r518  
    2020#define __PJMEDIA_G711_H__ 
    2121 
     22/** 
     23 * @file g711.h 
     24 * @brief G711 Codec 
     25 */ 
     26 
    2227#include <pjmedia-codec/types.h> 
    2328 
     29/** 
     30 * @defgroup PJMED_G711 G711 
     31 * @ingroup PJMEDIA_CODEC 
     32 * @brief Standard G.711/PCMA and PCMU codec. 
     33 * @{ 
     34 * This section describes functions to register and register G.711 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 
     
    4862PJ_END_DECL 
    4963 
     64/** 
     65 * @} 
     66 */ 
    5067 
    5168#endif  /* __PJMEDIA_G711_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.