diff options
author | Tanya Lattner <tonic@nondot.org> | 2011-11-01 20:09:03 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2011-11-01 20:09:03 +0000 |
commit | ef84af9d0015ebb4abb7ea62a790a661b6253246 (patch) | |
tree | 1ab9f6c731ace0cdbc77bdb78e073c5cc7a2a29c | |
parent | d4e7e22a917f73f27855534e4e0b5480b8003ce9 (diff) |
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
-rw-r--r-- | docs/doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |