summaryrefslogtreecommitdiffstats
path: root/src/configimpl.l
Commit message (Collapse)AuthorAgeFilesLines
* Clear header/footer information in ConfigImpl for postProcessArtur Kink2016-09-271-4/+4
|
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
|
* Bug 766069 - Files with incorrect extensions (.doc) are picked up by doxygenDimitri van Heesch2016-05-161-21/+10
|
* Fix STRIP_FROM_PATH when running from drive rootFred Sundvik2016-04-041-10/+16
| | | | | | | | | | When running doxygen from the drive root, the STRIP_FROM_PATH, variable could get an extra slash. As a result no paths were stripped. This fix makes sure that a duplicate slash is not added both for the automatic generation, and when you specify a relative path that maps to the drive root in the configuration. Also change some tabs to spaces
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-0/+1780
improve performance