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

    r405 r754  
    2222#ifndef __PJ_GETOPT_H__ 
    2323#define __PJ_GETOPT_H__ 1 
     24 
     25/** 
     26 * @file getopt.h 
     27 * @brief Compile time settings 
     28 */ 
     29 
     30/** 
     31 * @defgroup PJLIB_UTIL_GETOPT Getopt 
     32 * @ingroup PJLIB_UTIL 
     33 * @{ 
     34 */ 
    2435 
    2536#ifdef  __cplusplus 
     
    128139#endif 
    129140 
     141/** 
     142 * @} 
     143 */ 
     144 
    130145#endif /* pj_getopt.h */ 
    131146 
Note: See TracChangeset for help on using the changeset viewer.