[llvm-commits] [llvm] r142112 - /llvm/trunk/docs/doxygen.cfg.in

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


Author: void
Date: Sun Oct 16 01:43:10 2011
New Revision: 142112

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

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

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