From 3ca14eeb86e60569c3a85b28f09bb6638014466f Mon Sep 17 00:00:00 2001 From: Anton Dukhovnikov Date: Thu, 30 Jul 2026 13:33:16 +1200 Subject: [PATCH] [docs] fix doxygen on CI Signed-off-by: Anton Dukhovnikov --- src/docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/Doxyfile b/src/docs/Doxyfile index 240fa03d..e67706a8 100644 --- a/src/docs/Doxyfile +++ b/src/docs/Doxyfile @@ -8,7 +8,7 @@ PROJECT_BRIEF = "RAW to ACES Utility" PROJECT_LOGO = # Input/Output -INPUT = ../include/rawtoaces +INPUT = ../../include/rawtoaces OUTPUT_DIRECTORY = doxygen RECURSIVE = YES FILE_PATTERNS = *.h *.hpp