Browse Source

🔧 Includes .hpp files in the documentation (#4899)

pull/4881/merge
Cesar Canassa 4 years ago committed by GitHub
parent
commit
9f61aef732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      doxygen.config

1
doxygen.config

@ -8,6 +8,7 @@ FILE_PATTERNS = *.c \
*.cpp \
*.h \
*.inc \
*.hpp \
*.md
RECURSIVE = YES
EXCLUDE = ./build ./3rdParty ./CMake ./cmake-build-debug

Loading…
Cancel
Save