From: Bill Wendling Date: Sun, 16 Oct 2011 06:43:10 +0000 (+0000) Subject: Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=28588e12adbf094cdc11b38413300b57c6784c4f;p=oota-llvm.git 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/llvm/trunk@142112 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index 20de0773f40..bc4ab9ff751 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = @abs_top_builddir@/docs/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