[llvm-branch-commits] [llvm-branch] r142114 - in /llvm/branches/release_30: ./ docs/doxygen.cfg.in

Bill Wendling isanbard at gmail.com
Sat Oct 15 23:46:15 PDT 2011


Author: void
Date: Sun Oct 16 01:46:15 2011
New Revision: 142114

URL: http://llvm.org/viewvc/llvm-project?rev=142114&view=rev
Log:
Merging r142112:
------------------------------------------------------------------------
r142112 | void | 2011-10-15 23:43:10 -0700 (Sat, 15 Oct 2011) | 1 line

Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated.
------------------------------------------------------------------------

Modified:
    llvm/branches/release_30/   (props changed)
    llvm/branches/release_30/docs/doxygen.cfg.in

Propchange: llvm/branches/release_30/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Oct 16 01:46:15 2011
@@ -1,3 +1,3 @@
 /llvm/branches/Apple/Pertwee:110850,110961
 /llvm/branches/type-system-rewrite:133420-134817
-/llvm/trunk:142039,142055,142058
+/llvm/trunk:142039,142055,142058,142112

Modified: llvm/branches/release_30/docs/doxygen.cfg.in
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_30/docs/doxygen.cfg.in?rev=142114&r1=142113&r2=142114&view=diff
==============================================================================
--- llvm/branches/release_30/docs/doxygen.cfg.in (original)
+++ llvm/branches/release_30/docs/doxygen.cfg.in Sun Oct 16 01:46:15 2011
@@ -47,7 +47,7 @@
 # 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





More information about the llvm-branch-commits mailing list