| OLD | NEW |
| 1 # Doxyfile 1.8.9.1 | 1 # Doxyfile 1.8.9.1 |
| 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 2349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2360 # This tag requires that the tag HAVE_DOT is set to YES. | 2360 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2361 | 2361 |
| 2362 GENERATE_LEGEND = YES | 2362 GENERATE_LEGEND = YES |
| 2363 | 2363 |
| 2364 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot | 2364 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot |
| 2365 # files that are used to generate the various graphs. | 2365 # files that are used to generate the various graphs. |
| 2366 # The default value is: YES. | 2366 # The default value is: YES. |
| 2367 # This tag requires that the tag HAVE_DOT is set to YES. | 2367 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2368 | 2368 |
| 2369 DOT_CLEANUP = YES | 2369 DOT_CLEANUP = YES |
| OLD | NEW |