From 479e07791bd470288676ed331fe7863918298da3 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 15 Mar 2005 00:21:13 +0000 Subject: [PATCH] Don't create lots of subdirectories. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@396 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile | 2 +- Doxyfile_c | 2 +- Doxyfile_cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 8c8d606f..db928e39 100755 --- a/Doxyfile +++ b/Doxyfile @@ -39,7 +39,7 @@ OUTPUT_DIRECTORY = doc/reference # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this diff --git a/Doxyfile_c b/Doxyfile_c index ba4a54ba..770f2d51 100755 --- a/Doxyfile_c +++ b/Doxyfile_c @@ -39,7 +39,7 @@ OUTPUT_DIRECTORY = doc/reference # files, where putting all generated files in the same directory would otherwise # cause performance problems for the file system. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this diff --git a/Doxyfile_cxx b/Doxyfile_cxx index bc18b353..aded9292 100755 --- a/Doxyfile_cxx +++ b/Doxyfile_cxx @@ -39,7 +39,7 @@ OUTPUT_DIRECTORY = doc/reference # files, where putting all generated files in the same directory would otherwise # cause performance problems for the file system. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this -- 2.25.1