From d73deeae2b6a49a7e27b0518cc18d01890fa845d Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Tue, 16 Jun 2020 10:28:49 +0530 Subject: [PATCH] avoid catch.hpp --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 6c2f9a425d..534859a672 100644 --- a/Doxyfile +++ b/Doxyfile @@ -104,7 +104,8 @@ EXCLUDE_PATTERNS = */build/* \ *_impl.hpp \ *.cpp \ *.cc \ - *_test.cc + *_test.cc \ + */tests/catch.hpp EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO