Mercurial > libpst
comparison Doxyfile @ 163:03fbb0269f3c
fix large file support, some sytems require config.h to be included earlier in the compilation.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Mar 2009 12:43:31 -0700 |
parents | 7133b39975f7 |
children | 5338d93889aa |
comparison
equal
deleted
inserted
replaced
162:6cb85306e28a | 163:03fbb0269f3c |
---|---|
421 # The INPUT tag can be used to specify the files and/or directories that contain | 421 # The INPUT tag can be used to specify the files and/or directories that contain |
422 # documented source files. You may enter file names like "myfile.cpp" or | 422 # documented source files. You may enter file names like "myfile.cpp" or |
423 # directories like "/usr/src/myproject". Separate the files or directories | 423 # directories like "/usr/src/myproject". Separate the files or directories |
424 # with spaces. | 424 # with spaces. |
425 | 425 |
426 INPUT = src | 426 INPUT = config.h src |
427 | 427 |
428 # If the value of the INPUT tag contains directories, you can use the | 428 # If the value of the INPUT tag contains directories, you can use the |
429 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp | 429 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
430 # and *.h) to filter out the source-files in the directories. If left | 430 # and *.h) to filter out the source-files in the directories. If left |
431 # blank the following patterns are tested: | 431 # blank the following patterns are tested: |
956 # or name=definition (no spaces). If the definition and the = are | 956 # or name=definition (no spaces). If the definition and the = are |
957 # omitted =1 is assumed. To prevent a macro definition from being | 957 # omitted =1 is assumed. To prevent a macro definition from being |
958 # undefined via #undef or recursively expanded use the := operator | 958 # undefined via #undef or recursively expanded use the := operator |
959 # instead of the = operator. | 959 # instead of the = operator. |
960 | 960 |
961 PREDEFINED = | 961 PREDEFINED = HAVE_CONFIG_H |
962 | 962 |
963 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then | 963 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then |
964 # this tag can be used to specify a list of macro names that should be expanded. | 964 # this tag can be used to specify a list of macro names that should be expanded. |
965 # The macro definition that is found in the sources will be used. | 965 # The macro definition that is found in the sources will be used. |
966 # Use the PREDEFINED tag if you want to use a different macro definition. | 966 # Use the PREDEFINED tag if you want to use a different macro definition. |