| 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 # Tip: Turn warnings on while writing the documentation. | 692 # Tip: Turn warnings on while writing the documentation. |
| 693 # The default value is: YES. | 693 # The default value is: YES. |
| 694 | 694 |
| 695 WARNINGS = YES | 695 WARNINGS = YES |
| 696 | 696 |
| 697 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate | 697 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate |
| 698 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag | 698 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag |
| 699 # will automatically be disabled. | 699 # will automatically be disabled. |
| 700 # The default value is: YES. | 700 # The default value is: YES. |
| 701 | 701 |
| 702 WARN_IF_UNDOCUMENTED = YES | 702 WARN_IF_UNDOCUMENTED = NO |
| 703 | 703 |
| 704 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for | 704 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for |
| 705 # potential errors in the documentation, such as not documenting some parameters | 705 # potential errors in the documentation, such as not documenting some parameters |
| 706 # in a documented function, or documenting parameters that don't exist or using | 706 # in a documented function, or documenting parameters that don't exist or using |
| 707 # markup commands wrongly. | 707 # markup commands wrongly. |
| 708 # The default value is: YES. | 708 # The default value is: YES. |
| 709 | 709 |
| 710 WARN_IF_DOC_ERROR = YES | 710 WARN_IF_DOC_ERROR = YES |
| 711 | 711 |
| 712 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that | 712 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that |
| (...skipping 1581 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 |