| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The user comment lines were not counted resulting in a wrong line number in case of an error message.
|
| |
|
|
|
|
|
|
| |
The keyword `register` is deprecated since C++11:
- for the Darwin platform it was already filtered (-Wno-deprecated-register)
- CLan emits: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
|
|\
| |
| | |
Bug 751700 - Main page absent in TOC of CHM, if PROJECT_NAME is empty
|
| |
| |
| |
| | |
In case a string is empty the default should be taken and not left blank.
|
|/
|
|
|
| |
Loosely based on problems when users use a comma as separator in a list (as this is slightly suggested in the documentation).
(https://stackoverflow.com/questions/43093051/doxygen-is-generating-empty-documentation)
|
|
|
|
| |
The default (string) list can contain an empty elements (e.g. INPUT, STRIP_FROM_PATH) giving false positives. Removed empty elements from the checks.
|
|
|
|
|
|
| |
Writes a the differences between the current configuration and the template configuration.
Useful when communicating e.g. in forums.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
improve performance
|