From 5a21f9125bc1435f26d3073345c357e96724a51c Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Wed, 17 Apr 2024 18:52:24 +0200 Subject: [PATCH] modified Doxyfile to better work with sed (git hook) --- Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index e49a507..a1de95c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -949,8 +949,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ./include \ - ./src +INPUT = ./include ./src # 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