Changeset 648 for trunk/psLib/src/Doxyfile
- Timestamp:
- May 12, 2004, 9:05:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/Doxyfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/Doxyfile
r515 r648 15 15 #--------------------------------------------------------------------------- 16 16 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 18 18 # by quotes) that should identify the project. 19 19 … … 833 833 834 834 #--------------------------------------------------------------------------- 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 840 840 # files. 841 841 … … 874 874 875 875 # 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 879 879 # omitted =1 is assumed. 880 880 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. 881 PREDEFINED = 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. 885 885 # The macro definition that is found in the sources will be used. 886 886 # Use the PREDEFINED tag if you want to use a different macro definition.
Note:
See TracChangeset
for help on using the changeset viewer.
