1
0
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:
Zetok Zalbavar 2016-11-03 19:11:04 +00:00
parent 2da9de096f
commit b798bac064
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -9,6 +9,7 @@ GENERATE_TESTLIST = YES
# Input
INPUT = src
FILE_PATTERNS = *.h *.cpp
EXTENSION_MAPPING = h=C++
RECURSIVE = YES
# Output