summaryrefslogtreecommitdiffstats
path: root/src/configimpl.h
Commit message (Collapse)AuthorAgeFilesLines
* Use the proper trailing comment.Mark de Wever2019-08-241-8/+8
| | | | | This was found while testing with Clang's -Wdocumentation -Wdocumentation-pedantic options.
* issue #7190 1.8.16: Blank FILE_PATTERNS => no files processedalbert-github2019-08-131-0/+1
| | | | This is actually a regression on #7195. Due to the fact that the init() routine has moved up, the settings for `FILE_PATTERNS` have already been done and a call to init does not operate on the `FILE_PATTERNS` variable but on the structure from which the `FILE_PATTERNS` was derived. We have should here operate on the `FILE_PATTERNS` directly as well., bu getting the default values out of the underlying structure.
* Bug 751700 - Main page absent in TOC of CHM, if PROJECT_NAME is emptyalbert-github2018-10-081-0/+6
| | | | In case a string is empty the default should be taken and not left blank.
* Difference between standard and used Doxyfilealbert-github2018-09-151-0/+14
| | | | | | Writes a the differences between the current configuration and the template configuration. Useful when communicating e.g. in forums.
* Bug 766069 - Files with incorrect extensions (.doc) are picked up by doxygenDimitri van Heesch2016-05-161-2/+3
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-0/+570
improve performance