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

    r622 r754  
    2525 */ 
    2626 
    27 #include <pj/types.h> 
    28  
    29 /** 
    30  * Macro PJ_SCANNER_USE_BITWISE is defined and non-zero (by default yes) 
    31  * will enable the use of bitwise for character input specification (cis). 
    32  * This would save several kilobytes of .bss memory in the SIP parser. 
    33  */ 
    34 #ifndef PJ_SCANNER_USE_BITWISE 
    35 #  define PJ_SCANNER_USE_BITWISE   1 
    36 #endif 
    37  
     27#include <pjlib-util/types.h> 
    3828 
    3929PJ_BEGIN_DECL 
    4030 
    4131/** 
    42  * @defgroup PJ_SCAN Text Scanning 
    43  * @ingroup PJ_MISC 
    44  * @brief 
    45  * Text scanning utility. 
     32 * @defgroup PJ_SCAN Fast Text Scanning 
     33 * @ingroup PJLIB_UTIL 
     34 * @brief Text scanning utility. 
     35 * 
     36 * This module describes a fast text scanning functions. 
    4637 * 
    4738 * @{ 
Note: See TracChangeset for help on using the changeset viewer.