| OLD | NEW |
| 1 # Doxyfile 1.8.6 | 1 # Doxyfile 1.8.6 |
| 2 | 2 |
| 3 # This file describes the settings to be used by the documentation system | 3 # This file describes the settings to be used by the documentation system |
| 4 # doxygen (www.doxygen.org) for a project. | 4 # doxygen (www.doxygen.org) for a project. |
| 5 # | 5 # |
| 6 # All text after a double hash (##) is considered a comment and is placed in | 6 # All text after a double hash (##) is considered a comment and is placed in |
| 7 # front of the TAG it is preceding. | 7 # front of the TAG it is preceding. |
| 8 # | 8 # |
| 9 # All text after a single hash (#) is considered a comment and will be ignored. | 9 # All text after a single hash (#) is considered a comment and will be ignored. |
| 10 # The format is: | 10 # The format is: |
| (...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1940 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this | 1940 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this |
| 1941 # tag can be used to specify a list of macro names that should be expanded. The | 1941 # tag can be used to specify a list of macro names that should be expanded. The |
| 1942 # macro definition that is found in the sources will be used. Use the PREDEFINED | 1942 # macro definition that is found in the sources will be used. Use the PREDEFINED |
| 1943 # tag if you want to use a different macro definition that overrules the | 1943 # tag if you want to use a different macro definition that overrules the |
| 1944 # definition found in the source code. | 1944 # definition found in the source code. |
| 1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 1946 | 1946 |
| 1947 EXPAND_AS_DEFINED = | 1947 EXPAND_AS_DEFINED = |
| 1948 | 1948 |
| 1949 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will | 1949 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will |
| 1950 # remove all references to function-like macros that are alone on a line, have | 1950 # remove all references to function-like macros that are alone on a line, have |
| 1951 # an all uppercase name, and do not end with a semicolon. Such function macros | 1951 # an all uppercase name, and do not end with a semicolon. Such function macros |
| 1952 # are typically used for boiler-plate code, and will confuse the parser if not | 1952 # are typically used for boiler-plate code, and will confuse the parser if not |
| 1953 # removed. | 1953 # removed. |
| 1954 # The default value is: YES. | 1954 # The default value is: YES. |
| 1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 1956 | 1956 |
| 1957 SKIP_FUNCTION_MACROS = YES | 1957 SKIP_FUNCTION_MACROS = YES |
| 1958 | 1958 |
| 1959 #--------------------------------------------------------------------------- | 1959 #--------------------------------------------------------------------------- |
| 1960 # Configuration options related to external references | 1960 # Configuration options related to external references |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2294 # This tag requires that the tag HAVE_DOT is set to YES. | 2294 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2295 | 2295 |
| 2296 GENERATE_LEGEND = YES | 2296 GENERATE_LEGEND = YES |
| 2297 | 2297 |
| 2298 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot | 2298 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot |
| 2299 # files that are used to generate the various graphs. | 2299 # files that are used to generate the various graphs. |
| 2300 # The default value is: YES. | 2300 # The default value is: YES. |
| 2301 # This tag requires that the tag HAVE_DOT is set to YES. | 2301 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2302 | 2302 |
| 2303 DOT_CLEANUP = YES | 2303 DOT_CLEANUP = YES |
| OLD | NEW |