From afaaf0bb9611cf0a825ccd352363a1cb4d8a8358 Mon Sep 17 00:00:00 2001 From: maddiebaka Date: Fri, 26 Dec 2025 11:05:26 -0500 Subject: [PATCH] Adjust doxyfile syntax --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index f1e6e27..e8d297d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -74,7 +74,7 @@ PROJECT_ICON = # entered, it will be relative to the location where Doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = "./docs" +OUTPUT_DIRECTORY = "docs" # If the CREATE_SUBDIRS tag is set to YES then Doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format