| 2280 # the macro expansion is limited to the macros specified with the PREDEFINED and |
2280 # the macro expansion is limited to the macros specified with the PREDEFINED and |
| 2281 # EXPAND_AS_DEFINED tags. |
2281 # EXPAND_AS_DEFINED tags. |
| 2282 # The default value is: NO. |
2282 # The default value is: NO. |
| 2283 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
2283 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 2284 |
2284 |
| 2285 EXPAND_ONLY_PREDEF = YES |
2285 EXPAND_ONLY_PREDEF = NO |
| 2286 |
2286 |
| 2287 # If the SEARCH_INCLUDES tag is set to YES, the include files in the |
2287 # If the SEARCH_INCLUDES tag is set to YES, the include files in the |
| 2288 # INCLUDE_PATH will be searched if a #include is found. |
2288 # INCLUDE_PATH will be searched if a #include is found. |
| 2289 # The default value is: YES. |
2289 # The default value is: YES. |
| 2290 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
2290 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |