From 05e2ab347f5e8ebf2328d170db3d06d699dcab41 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 30 Sep 2022 02:04:10 +0300 Subject: [PATCH 24/24] Doxygen: Place output on multiple subdirectories We hope this to reduce cases where files with their name differing only by case end to the same directory, and thus causing problems with case-insensitive file systems. Requested by elefant See osdn #45736 Signed-off-by: Marko Lindqvist --- doc/freeciv.doxygen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/freeciv.doxygen b/doc/freeciv.doxygen index bf2861b0bc..7d06af4d72 100644 --- a/doc/freeciv.doxygen +++ b/doc/freeciv.doxygen @@ -78,7 +78,7 @@ OUTPUT_DIRECTORY = doc/doxygen # control the number of sub-directories. # The default value is: NO. -CREATE_SUBDIRS = NO +CREATE_SUBDIRS = YES # Controls the number of sub-directories that will be created when # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every @@ -89,7 +89,7 @@ CREATE_SUBDIRS = NO # Minimum value: 0, maximum value: 8, default value: 8. # This tag requires that the tag CREATE_SUBDIRS is set to YES. -CREATE_SUBDIRS_LEVEL = 8 +CREATE_SUBDIRS_LEVEL = 5 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII # characters to appear in the names of generated files. If set to NO, non-ASCII -- 2.35.1