From 8417a8952453fecca03bba24fb6c96b96ca47af6 Mon Sep 17 00:00:00 2001 From: Philip Manke Date: Thu, 8 Feb 2024 11:18:19 +0100 Subject: [PATCH] Fix path in doxyfile --- doxygen/doxyfile_iface.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/doxyfile_iface.in b/doxygen/doxyfile_iface.in index d8eddfa..0ef7626 100644 --- a/doxygen/doxyfile_iface.in +++ b/doxygen/doxyfile_iface.in @@ -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 = @MAINPAGE@ @CPPSDK_INTERFACE_DIR@ "@CuvisCpp_INCLUDE_DIR@" @CPPSDK_AUX_DIR@ +INPUT = @MAINPAGE@ @CPPSDK_INTERFACE_DIR@ "@CuvisCpp_INCLUDE_DIR@/cuvis.h" @CPPSDK_AUX_DIR@ # 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