Ignore:
Timestamp:
Oct 8, 2006 1:56:07 PM (18 years ago)
Author:
bennylp
Message:

Added pjlib-util/config.h and pjlib-util/types.h to put
together common settings, and updated Doxygen documentation
for PJLIB-UTIL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/md5.h

    r65 r754  
    2020#define __PJLIB_UTIL_MD5_H__ 
    2121 
     22/** 
     23 * @file md5.h 
     24 * @brief MD5 Functions 
     25 */ 
     26 
    2227#include <pj/types.h> 
    2328 
    2429PJ_BEGIN_DECL 
     30 
     31/** 
     32 * @defgroup PJLIB_UTIL_MD5 MD5 Functions 
     33 * @ingroup PJLIB_UTIL 
     34 * @{ 
     35 */ 
     36 
    2537 
    2638/** MD5 context. */ 
     
    5163PJ_DECL(void) pj_md5_final(pj_md5_context *pms, pj_uint8_t digest[16]); 
    5264 
     65 
     66/** 
     67 * @} 
     68 */ 
     69 
    5370PJ_END_DECL 
    5471 
     72 
    5573#endif  /* __PJLIB_UTIL_MD5_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.