IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2004, 9:05:02 AM (22 years ago)
Author:
desonia
Message:

Added buffer overflow detection and doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Doxyfile

    r515 r648  
    1515#---------------------------------------------------------------------------
    1616
    17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
     17# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
    1818# by quotes) that should identify the project.
    1919
     
    833833
    834834#---------------------------------------------------------------------------
    835 # Configuration options related to the preprocessor   
    836 #---------------------------------------------------------------------------
    837 
    838 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
    839 # evaluate all C-preprocessor directives found in the sources and include 
     835# Configuration options related to the preprocessor
     836#---------------------------------------------------------------------------
     837
     838# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
     839# evaluate all C-preprocessor directives found in the sources and include
    840840# files.
    841841
     
    874874
    875875# The PREDEFINED tag can be used to specify one or more macro names that
    876 # are defined before the preprocessor is started (similar to the -D option of 
    877 # gcc). The argument of the tag is a list of macros of the form: name 
    878 # or name=definition (no spaces). If the definition and the = are 
     876# are defined before the preprocessor is started (similar to the -D option of
     877# gcc). The argument of the tag is a list of macros of the form: name
     878# or name=definition (no spaces). If the definition and the = are
    879879# omitted =1 is assumed.
    880880
    881 PREDEFINED             =
    882 
    883 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
    884 # this tag can be used to specify a list of macro names that should be expanded. 
     881PREDEFINED             = DOXYGEN
     882
     883# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
     884# this tag can be used to specify a list of macro names that should be expanded.
    885885# The macro definition that is found in the sources will be used.
    886886# Use the PREDEFINED tag if you want to use a different macro definition.
Note: See TracChangeset for help on using the changeset viewer.