From: Tanya Lattner Date: Tue, 1 Nov 2011 20:09:03 +0000 (+0000) Subject: Do not create sub_dirs. This breaks the CSS links for the website and produces really... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef84af9d0015ebb4abb7ea62a790a661b6253246;p=clang Do not create sub_dirs. This breaks the CSS links for the website and produces really long URLS. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143487 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index 7f3292c85d..ed9ffcb85a 100644 --- a/docs/doxygen.cfg.in +++ b/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