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_auth.h

    r127 r515  
    3030PJ_BEGIN_DECL 
    3131 
    32  
    33 /** 
    34  * @defgroup PJSIP_AUTH_API Authorization API's 
     32/** 
     33 * @addtogroup PJSIP_AUTH Authentication Framework 
     34 * @ingroup PJSIP_CORE 
     35 * @brief Client and server side authentication framework. 
     36 */ 
     37 
     38/** 
     39 * @defgroup PJSIP_AUTH_API Authentication API's 
    3540 * @ingroup PJSIP_AUTH 
     41 * @brief Structures and functions to perform authentication. 
    3642 * @{ 
    3743 */ 
    3844 
    39 /* Length of digest string. */ 
     45/** Length of digest string. */ 
    4046#define PJSIP_MD5STRLEN 32 
    4147 
     
    8187typedef struct pjsip_cached_auth_hdr 
    8288{ 
     89    /** Standard list member */ 
    8390    PJ_DECL_LIST_MEMBER(struct pjsip_cached_auth_hdr); 
    8491 
     
    101108typedef struct pjsip_cached_auth 
    102109{ 
     110    /** Standard list member */ 
    103111    PJ_DECL_LIST_MEMBER(struct pjsip_cached_auth); 
    104112 
Note: See TracChangeset for help on using the changeset viewer.