| OLD | NEW |
| 1 # Doxyfile 1.5.3 | 1 # Doxyfile 1.5.3 |
| 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 hash (#) is considered a comment and will be ignored | 6 # All text after a hash (#) is considered a comment and will be ignored |
| 7 # The format is: | 7 # The format is: |
| 8 # TAG = value [value, ...] | 8 # TAG = value [value, ...] |
| 9 # For lists items can also be appended using: | 9 # For lists items can also be appended using: |
| 10 # TAG += value [value, ...] | 10 # TAG += value [value, ...] |
| (...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1285 DOT_CLEANUP = YES | 1285 DOT_CLEANUP = YES |
| 1286 | 1286 |
| 1287 #--------------------------------------------------------------------------- | 1287 #--------------------------------------------------------------------------- |
| 1288 # Configuration::additions related to the search engine | 1288 # Configuration::additions related to the search engine |
| 1289 #--------------------------------------------------------------------------- | 1289 #--------------------------------------------------------------------------- |
| 1290 | 1290 |
| 1291 # The SEARCHENGINE tag specifies whether or not a search engine should be | 1291 # The SEARCHENGINE tag specifies whether or not a search engine should be |
| 1292 # used. If set to NO the values of all tags below this one will be ignored. | 1292 # used. If set to NO the values of all tags below this one will be ignored. |
| 1293 | 1293 |
| 1294 SEARCHENGINE = NO | 1294 SEARCHENGINE = NO |
| OLD | NEW |