From 5ca2abb3b58573ba951ff5ac2f51d7ff42a68bcb Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sun, 16 Oct 2011 06:43:18 +0000 Subject: [PATCH] Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142113 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index ed9ffcb85a..7f3292c85d 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -39,7 +39,7 @@ OUTPUT_DIRECTORY = @abs_builddir@/doxygen # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. -CREATE_SUBDIRS = NO +CREATE_SUBDIRS = YES # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this -- 2.50.1