From 339f74b62ff49d5bf3a1f34d3e547c9b9cda8549 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Mon, 14 Jan 2019 21:32:18 +1100 Subject: [PATCH] fix doxygen missing documentation after project restructure --- doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index ca96909b5..a0773bb29 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -790,7 +790,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../src/servers ../src/common pages/ +INPUT = pages/ ../src/api ../src/common ../src/dbm ../src/lobby ../src/world # 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