From 6a7aa126815f26945b8928b5e0f47edc6e1abf53 Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Sun, 9 May 2021 11:44:41 +0200
Subject: [PATCH] [#21] Fixed Doxyfile adding include directory

Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
---
 Doxyfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Doxyfile b/Doxyfile
index 07111009..10040ece 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -864,7 +864,8 @@ WARN_LOGFILE           =
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = src
+INPUT                  = src \
+                         include
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
-- 
GitLab