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
|
@ -7,9 +7,10 @@ GENERATE_TODOLIST = YES
|
|||
GENERATE_TESTLIST = YES
|
||||
|
||||
# Input
|
||||
INPUT = src
|
||||
FILE_PATTERNS = *.h *.cpp
|
||||
RECURSIVE = YES
|
||||
INPUT = src
|
||||
FILE_PATTERNS = *.h *.cpp
|
||||
EXTENSION_MAPPING = h=C++
|
||||
RECURSIVE = YES
|
||||
|
||||
# Output
|
||||
OUTPUT_DIRECTORY = doc
|
||||
|
|
Loading…
Reference in New Issue
Block a user