mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(doxygen): treat .h as C++ includes when generating docs
Fixes warnings about missing declarations & probably fixes generated docs.
This commit is contained in:
parent
2da9de096f
commit
b798bac064
|
@ -9,6 +9,7 @@ GENERATE_TESTLIST = YES
|
||||||
# Input
|
# Input
|
||||||
INPUT = src
|
INPUT = src
|
||||||
FILE_PATTERNS = *.h *.cpp
|
FILE_PATTERNS = *.h *.cpp
|
||||||
|
EXTENSION_MAPPING = h=C++
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
|
|
Loading…
Reference in New Issue
Block a user