Browse Source

chore(doxygen): treat .h as C++ includes when generating docs

Fixes warnings about missing declarations & probably fixes generated docs.
pull/3852/head
Zetok Zalbavar 9 years ago
parent
commit
b798bac064
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 1
      doxygen.conf

1
doxygen.conf

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

Loading…
Cancel
Save