[cfe-commits] r142113 - /cfe/trunk/docs/doxygen.cfg.in

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


Author: void
Date: Sun Oct 16 01:43:18 2011
New Revision: 142113

URL: http://llvm.org/viewvc/llvm-project?rev=142113&view=rev
Log:
Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated.

Modified:
    cfe/trunk/docs/doxygen.cfg.in

Modified: cfe/trunk/docs/doxygen.cfg.in
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/doxygen.cfg.in?rev=142113&r1=142112&r2=142113&view=diff
==============================================================================
--- cfe/trunk/docs/doxygen.cfg.in (original)
+++ cfe/trunk/docs/doxygen.cfg.in Sun Oct 16 01:43:18 2011
@@ -39,7 +39,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 cfe-commits mailing list