From eccd7b0a8bc5577ebb68468307b54a645c1e9b14 Mon Sep 17 00:00:00 2001 From: localhorst Date: Sat, 2 May 2020 22:50:52 +0200 Subject: [PATCH] fixed input files in doxyfile --- .gitignore | 1 + doc/doxyfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d38284..d9710be 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /build /bin +/doc/html reHDD diff --git a/doc/doxyfile b/doc/doxyfile index 774650f..181e343 100644 --- a/doc/doxyfile +++ b/doc/doxyfile @@ -829,7 +829,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../include ../src +INPUT = include 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