From f422a26faab2fd12668fa7d262b5398b55a028a0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 26 May 2025 22:45:21 +0200 Subject: [PATCH] doxygen: Use a more sane default output directory. Put the pages below build/ so that make distclean removes them. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index f8183acc..d754cc33 100644 --- a/Doxyfile +++ b/Doxyfile @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = web_sync/doxygen +OUTPUT_DIRECTORY = build/www/doxygen # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and -- 2.39.5