From abbcf486b86d76e9e057f541b80c48a7e4dcbd31 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 5 Sep 2019 13:05:10 +0200 Subject: [PATCH] doc: make doxygen search src (not include) --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 06e71b9..762230f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -743,7 +743,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = include +INPUT = 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