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

    r753 r754  
    2020#define __PJLIB_UTIL_H__ 
    2121 
     22/** 
     23 * @file pjlib-util.h 
     24 * @brief pjlib-util.h 
     25 */ 
     26 
    2227#include <pjlib-util/dns.h> 
    2328#include <pjlib-util/errno.h> 
     
    2934#include <pjlib-util/xml.h> 
    3035 
     36 
     37/** 
     38 * @addtogroup PJLIB_UTIL 
     39 * @{ 
     40 */ 
    3141 
    3242PJ_BEGIN_DECL 
     
    4050 
    4151 
     52/** 
     53 * @} 
     54 */ 
     55 
    4256PJ_END_DECL 
    4357 
Note: See TracChangeset for help on using the changeset viewer.