From 5cd265a5d249f77464602d80ba6900f425e0bfe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Wysoglad?= Date: Tue, 24 Apr 2018 20:50:38 +0200 Subject: [PATCH] Fixed issues with input path in Doxyfile --- src/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Doxyfile b/src/Doxyfile index 4904af7..e342307 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -771,7 +771,7 @@ WARN_LOGFILE = doxy_error.log # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = +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 @@ -827,7 +827,7 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = */tests/* */profiling.py +EXCLUDE_PATTERNS = */merionesmathlib_tests.py */profiling.py # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the