From 9f61aef7326f62a521554cf322e369970a6823cf Mon Sep 17 00:00:00 2001 From: Cesar Canassa Date: Tue, 5 Jul 2022 17:35:50 +0200 Subject: [PATCH] :wrench: Includes .hpp files in the documentation (#4899) --- doxygen.config | 1 + 1 file changed, 1 insertion(+) diff --git a/doxygen.config b/doxygen.config index 07c281500..8848e44f4 100644 --- a/doxygen.config +++ b/doxygen.config @@ -8,6 +8,7 @@ FILE_PATTERNS = *.c \ *.cpp \ *.h \ *.inc \ + *.hpp \ *.md RECURSIVE = YES EXCLUDE = ./build ./3rdParty ./CMake ./cmake-build-debug