diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-10-16 06:43:18 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-10-16 06:43:18 +0000 |
commit | 1c78ba0140c9ee1a76e889eb431ef7e617fa5fe7 (patch) | |
tree | edf51e4a0d51a1f0461758515face71d336756d0 /clang/docs/doxygen.cfg.in | |
parent | e33d040331d6031ee439f8bb996270eac7ac6a6e (diff) | |
download | bcm5719-llvm-1c78ba0140c9ee1a76e889eb431ef7e617fa5fe7.tar.gz bcm5719-llvm-1c78ba0140c9ee1a76e889eb431ef7e617fa5fe7.zip |
Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated.
llvm-svn: 142113
Diffstat (limited to 'clang/docs/doxygen.cfg.in')
-rw-r--r-- | clang/docs/doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/doxygen.cfg.in b/clang/docs/doxygen.cfg.in index ed9ffcb85a5..7f3292c85d5 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 = 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 |