From fa7d9360f00a4a07ac6783aca4ff7908df7598b8 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Tue, 1 Nov 2011 20:09:03 +0000 Subject: [PATCH] Do not create sub_dirs. This breaks the CSS links for the website and produces really long URLS. llvm-svn: 143487 --- clang/docs/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/doxygen.cfg.in b/clang/docs/doxygen.cfg.in index 7f3292c85d56..ed9ffcb85a53 100644 --- a/clang/docs/doxygen.cfg.in +++ b/clang/docs/doxygen.cfg.in @@ -39,7 +39,7 @@ OUTPUT_DIRECTORY = @abs_builddir@/doxygen # 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