Doxyfile.in
changeset 1268 d9599395e89b
parent 786 ad618c76e9bd
child 2421 bc2d4bf9cbe5
child 2589 2b9c78543663
equal deleted inserted replaced
1267:75900030f0c3 1268:d9599395e89b
  1054 # or name=definition (no spaces). If the definition and the = are 
  1054 # or name=definition (no spaces). If the definition and the = are 
  1055 # omitted =1 is assumed. To prevent a macro definition from being 
  1055 # omitted =1 is assumed. To prevent a macro definition from being 
  1056 # undefined via #undef or recursively expanded use the := operator 
  1056 # undefined via #undef or recursively expanded use the := operator 
  1057 # instead of the = operator.
  1057 # instead of the = operator.
  1058 
  1058 
  1059 PREDEFINED             = 
  1059 PREDEFINED             = __KERNEL__
  1060 
  1060 
  1061 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
  1061 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
  1062 # this tag can be used to specify a list of macro names that should be expanded. 
  1062 # this tag can be used to specify a list of macro names that should be expanded. 
  1063 # The macro definition that is found in the sources will be used. 
  1063 # The macro definition that is found in the sources will be used. 
  1064 # Use the PREDEFINED tag if you want to use a different macro definition.
  1064 # Use the PREDEFINED tag if you want to use a different macro definition.