diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-10-16 06:43:10 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-10-16 06:43:10 +0000 |
commit | 28588e12adbf094cdc11b38413300b57c6784c4f (patch) | |
tree | f5f6b08b4450bb1a22dbd93d15bcdd050eb6a156 /docs/doxygen.cfg.in | |
parent | daada347b550353acbd94fa863bb810854ab6b7b (diff) | |
download | external_llvm-28588e12adbf094cdc11b38413300b57c6784c4f.zip external_llvm-28588e12adbf094cdc11b38413300b57c6784c4f.tar.gz external_llvm-28588e12adbf094cdc11b38413300b57c6784c4f.tar.bz2 |
Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.cfg.in')
-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 20de077..bc4ab9f 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = @abs_top_builddir@/docs/doxygen # 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 |