From d95f70467cb63ca6c1e7d90f54c3969b1c202265 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 4 Jan 2020 10:39:23 +0100 Subject: [PATCH] generate doxygen for tests as well --- tools/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Doxyfile b/tools/Doxyfile index 1d2ea574..0f7d1fe6 100644 --- a/tools/Doxyfile +++ b/tools/Doxyfile @@ -753,7 +753,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = ../src +INPUT = ../src ../src/tests # 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