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 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to