From 759585a3b585786d3a35d2b6a454c0a1f5ebe1f1 Mon Sep 17 00:00:00 2001 From: Mike Young Date: Wed, 4 Dec 2019 23:07:08 -0500 Subject: [PATCH] Fix improper source directory --- doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.conf b/doxygen.conf index b404782..3a5d4fe 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -829,7 +829,7 @@ WARN_LOGFILE = "docs/warn.log" # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = "app/" +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