Chromium Code Reviews| Index: Doxyfile |
| diff --git a/Doxyfile b/Doxyfile |
| index c9da93981b8309750792b93022821f1ada3f713c..cbea030ecc2b8253579a7ca44430197b32c56d0e 100644 |
| --- a/Doxyfile |
| +++ b/Doxyfile |
| @@ -1945,7 +1945,12 @@ INCLUDE_FILE_PATTERNS = |
| # recursively expanded use the := operator instead of the = operator. |
| # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| -PREDEFINED = |
| +PREDEFINED = "DALLOW_DUMP=1" \ |
| + "DALLOW_LLVM_CL=1" \ |
| + "DALLOW_LLVM_IR=1" \ |
| + "DALLOW_LLVM_IR_AS_INPUT=1" \ |
| + "DALLOW_MINIMAL_BUILD=0" \ |
| + "DPNACL_BROWSER_TRANSLATOR=0" |
| # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this |
| # tag can be used to specify a list of macro names that should be expanded. The |
| @@ -2311,3 +2316,13 @@ GENERATE_LEGEND = YES |
| # This tag requires that the tag HAVE_DOT is set to YES. |
| DOT_CLEANUP = YES |
| + |
| +CLANG_ASSISTED_PARSING = NO |
| + |
| +CLANG_OPTIONS = "-std=c++11" \ |
| + "-DALLOW_DUMP=1" \ |
| + "-DALLOW_LLVM_CL=1" \ |
| + "-DALLOW_LLVM_IR=1" \ |
| + "-DALLOW_LLVM_IR_AS_INPUT=1" \ |
| + "-DALLOW_MINIMAL_BUILD=0" \ |
| + "-DPNACL_BROWSER_TRANSLATOR=0" |
|
Jim Stichnoth
2015/12/17 20:32:40
Fix the indentation here to be consistent
rkotlerimgtec
2015/12/17 22:11:32
Done.
|