diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-04-24 00:38:53 +0000 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-04-24 00:38:53 +0000 |
| commit | 17d2730ee039692d0ae02ff2cfbea691bf8fcf11 (patch) | |
| tree | 482f6c3defc09989f23e6bb62859773f2ae63602 /lldb/docs | |
| parent | e1a67412cf1df672f9b12b040db390adfcbd6013 (diff) | |
| download | bcm5719-llvm-17d2730ee039692d0ae02ff2cfbea691bf8fcf11.tar.gz bcm5719-llvm-17d2730ee039692d0ae02ff2cfbea691bf8fcf11.zip | |
Start to share SWIG interface files between languages.
Summary:
Move scripts/Python/interface to scripts/interface so that we
can start making iterative improvements towards sharing the
interface files between multiple languages (each of which would
have their own directory as now).
Test Plan: Build and see.
Reviewers: zturner, emaste, clayborg
Reviewed By: clayborg
Subscribers: mjsabby, lldb-commits
Differential Revision: http://reviews.llvm.org/D9212
llvm-svn: 235676
Diffstat (limited to 'lldb/docs')
| -rw-r--r-- | lldb/docs/doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/doxygen.cfg.in b/lldb/docs/doxygen.cfg.in index 72eedca4168..725a26f2a03 100644 --- a/lldb/docs/doxygen.cfg.in +++ b/lldb/docs/doxygen.cfg.in @@ -1349,7 +1349,7 @@ SEARCH_INCLUDES = YES # contain include files that are not input files but should be processed by # the preprocessor. -INCLUDE_PATH = ../scripts/Python/interface +INCLUDE_PATH = ../scripts/interface # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the |

