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

    r438 r518  
    2020#define __PJMEDIA_ERRNO_H__ 
    2121 
     22/** 
     23 * @file errno.h Error Codes 
     24 * @brief PJMEDIA specific error codes. 
     25 */ 
     26 
    2227#include <pjmedia/types.h> 
    2328#include <pj/errno.h> 
    2429 
     30/** 
     31 * @defgroup PJMEDIA_ERRNO Error Codes 
     32 * @ingroup PJMEDIA_BASE 
     33 * @brief PJMEDIA specific error codes. 
     34 * @{ 
     35 */ 
     36 
     37 
    2538PJ_BEGIN_DECL 
    2639 
     
    3245 
    3346 
    34 /* 
     47/** 
    3548 * Mapping from PortAudio error codes to pjmedia error space. 
    3649 */ 
    3750#define PJMEDIA_PORTAUDIO_ERRNO_START (PJMEDIA_ERRNO_START+PJ_ERRNO_SPACE_SIZE-1000) 
    3851 
    39 /* 
     52/** 
    4053 * Convert PortAudio error code to PJMEDIA error code. 
    4154 */ 
     
    390403 
    391404/************************************************************ 
    392  * JITTER BUFFER ERRORS 
    393  ***********************************************************/ 
    394  
    395  
    396 /************************************************************ 
    397405 * PORT ERRORS 
    398406 ***********************************************************/ 
     
    487495PJ_END_DECL 
    488496 
     497/** 
     498 * @} 
     499 */ 
     500 
     501 
    489502#endif  /* __PJMEDIA_ERRNO_H__ */ 
    490503 
Note: See TracChangeset for help on using the changeset viewer.