Ignore:
Timestamp:
Jun 17, 2006 4:08:30 AM (18 years ago)
Author:
bennylp
Message:

Modifications all over the place, but mainly only to update Doxygen documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_errno.h

    r491 r515  
    2020#define __PJSIP_SIP_ERRNO_H__ 
    2121 
     22/** 
     23 * @file sip_errno.h 
     24 * @brief PJSIP Specific Error Code 
     25 */ 
     26 
    2227#include <pj/errno.h> 
    2328 
    2429PJ_BEGIN_DECL 
     30 
     31/** 
     32 * @defgroup PJSIP_CORE_ERRNO PJSIP Specific Error Code 
     33 * @ingroup PJSIP_BASE 
     34 * @brief PJSIP specific error constants. 
     35 * @{ 
     36 */ 
    2537 
    2638/* 
     
    383395PJ_END_DECL 
    384396 
     397 
     398/** 
     399 * @} 
     400 */ 
     401 
    385402#endif  /* __PJSIP_SIP_ERRNO_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.