From 255289d291f496a1ff6365e07215c7ef4fa60adc Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Sat, 7 Oct 2017 07:20:39 +0300 Subject: [PATCH] [doxygen] Do not scan the whole source tree Doxygen is rather verbose and scanning .git subdirectory produces a lot of noise. Limit scanning only to to subdirectories that have data for doxygen. Signed-off-by: Simo Piiroinen --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index ac9bbc1..ebc319b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -542,7 +542,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = include/mce # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is