Author: tbrethou
Date: Tue Nov  1 15:09:03 2011
New Revision: 143487

URL: http://llvm.org/viewvc/llvm-project?rev=143487&view=rev
Log:
Do not create sub_dirs. This breaks the CSS links for the website and produces 
really long URLS.

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=143487&r1=143486&r2=143487&view=diff
==============================================================================
--- cfe/trunk/docs/doxygen.cfg.in (original)
+++ cfe/trunk/docs/doxygen.cfg.in Tue Nov  1 15:09:03 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         = YES
+CREATE_SUBDIRS         = NO
 
 # 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