From faea901984d65ae966830389fd3882c872fda143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Tue, 25 Jul 2017 01:09:33 +0200 Subject: [PATCH] Moved Doxyfile to root - Required in order to make it work with our doc cron --- doc/Doxyfile => Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename doc/Doxyfile => Doxyfile (99%) diff --git a/doc/Doxyfile b/Doxyfile similarity index 99% rename from doc/Doxyfile rename to Doxyfile index be71677..b0ad905 100644 --- a/doc/Doxyfile +++ b/Doxyfile @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = ./ +OUTPUT_DIRECTORY = ./doc # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and @@ -790,8 +790,8 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../include \ - ../README.md +INPUT = ./include \ + ./README.md # 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