equal
deleted
inserted
replaced
276 # The INTERNAL_DOCS tag determines if documentation |
276 # The INTERNAL_DOCS tag determines if documentation |
277 # that is typed after a \internal command is included. If the tag is set |
277 # that is typed after a \internal command is included. If the tag is set |
278 # to NO (the default) then the documentation will be excluded. |
278 # to NO (the default) then the documentation will be excluded. |
279 # Set it to YES to include the internal documentation. |
279 # Set it to YES to include the internal documentation. |
280 |
280 |
281 INTERNAL_DOCS = NO |
281 INTERNAL_DOCS = @DOXYGEN_INTERNAL_DOCS@ |
282 |
282 |
283 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate |
283 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate |
284 # file names in lower-case letters. If set to YES upper-case letters are also |
284 # file names in lower-case letters. If set to YES upper-case letters are also |
285 # allowed. This is useful if you have classes or files whose names only differ |
285 # allowed. This is useful if you have classes or files whose names only differ |
286 # in case and if your file system supports case sensitive file names. Windows |
286 # in case and if your file system supports case sensitive file names. Windows |