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

    r67 r754  
    2727#include <pj/types.h> 
    2828#include <pjlib-util/scanner.h> 
     29 
     30/** 
     31 * @defgroup PJLIB_UTIL_STRING String Escaping Utilities 
     32 * @ingroup PJLIB_UTIL 
     33 * @{ 
     34 */ 
    2935 
    3036PJ_BEGIN_DECL 
     
    8894PJ_END_DECL 
    8995 
     96 
     97/** 
     98 * @} 
     99 */ 
     100 
    90101#endif  /* __PJLIB_UTIL_STRING_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.