From 47865e879046a62e86c7a7c353bb5d4ba3b18c9f Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Fri, 26 Apr 2019 11:33:01 +0200 Subject: [PATCH] fix doxygen config for cpp --- documentation/cpp/cpp_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/cpp/cpp_config b/documentation/cpp/cpp_config index 02cf3697..257f7e98 100644 --- a/documentation/cpp/cpp_config +++ b/documentation/cpp/cpp_config @@ -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 = ../../bfps/cpp +INPUT = ../../cpp # 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 -- GitLab