From a0ba8a7501a800cf1914652595228904ea3f0dce Mon Sep 17 00:00:00 2001 From: scawful Date: Thu, 8 Aug 2024 00:33:29 -0400 Subject: [PATCH] fix doxygen output dir --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index c16d4f05..5c33a808 100644 --- a/Doxyfile +++ b/Doxyfile @@ -74,7 +74,7 @@ PROJECT_ICON = "src/yaze.ico" # 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 = # 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