diff options
author | albert-github <albert.tests@gmail.com> | 2020-10-17 10:54:54 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-10-17 10:54:54 (GMT) |
commit | e2aae77981716d5234af8aa2d9aac68db8a161ed (patch) | |
tree | 0653f78261cf428284515a8ac958863cca7eb293 /src/index.cpp | |
parent | 3ef7ff7ff6e93f2c35a0864283fae5be3975c956 (diff) | |
download | Doxygen-e2aae77981716d5234af8aa2d9aac68db8a161ed.zip Doxygen-e2aae77981716d5234af8aa2d9aac68db8a161ed.tar.gz Doxygen-e2aae77981716d5234af8aa2d9aac68db8a161ed.tar.bz2 |
Confusing message for extension mapping for extension with starting dot.
When having the settings:
```
EXTENSION_MAPPING = .h=C++ \
.inl=C++
```
we get the, confusing, message with 2 dots:
```
Adding custom extension mapping: ..h will be treated as language c++
Adding custom extension mapping: ..inl will be treated as language c++
```
instead of
```
```
this has been corrected and made inline with the error in case of a non-supported language.
Diffstat (limited to 'src/index.cpp')
0 files changed, 0 insertions, 0 deletions