diff options
author | Daniel Malea <daniel.malea@intel.com> | 2013-07-19 16:50:24 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2013-07-19 16:50:24 +0000 |
commit | 17c4a645ecb7370623fc17c9ae53510509220b5b (patch) | |
tree | f339c4e3e09f47f9ef4d9e957cb0db42d9573b03 /lldb/docs | |
parent | f520d5e29188e80611df2b2a0d379f38ecc73c7d (diff) | |
download | bcm5719-llvm-17c4a645ecb7370623fc17c9ae53510509220b5b.tar.gz bcm5719-llvm-17c4a645ecb7370623fc17c9ae53510509220b5b.zip |
include only LLDB API in docs generated by lldb-cpp-doc (cmake) target
llvm-svn: 186693
Diffstat (limited to 'lldb/docs')
-rw-r--r-- | lldb/docs/doxygen.cfg.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/docs/doxygen.cfg.in b/lldb/docs/doxygen.cfg.in index b73f890a7ff..72eedca4168 100644 --- a/lldb/docs/doxygen.cfg.in +++ b/lldb/docs/doxygen.cfg.in @@ -581,9 +581,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @abs_top_srcdir@/include \ - @abs_top_srcdir@/scripts/Python/interface \ - @abs_top_srcdir@/source \ +INPUT = @abs_top_srcdir@/include/lldb/API \ @abs_top_srcdir@/docs/doxygen.intro # This tag can be used to specify the character encoding of the source files |