[Lldb-commits] [lldb] r186693 - include only LLDB API in docs generated by lldb-cpp-doc (cmake) target

Daniel Malea daniel.malea at intel.com
Fri Jul 19 09:50:24 PDT 2013


Author: dmalea
Date: Fri Jul 19 11:50:24 2013
New Revision: 186693

URL: http://llvm.org/viewvc/llvm-project?rev=186693&view=rev
Log:
include only LLDB API in docs generated by lldb-cpp-doc (cmake) target

Modified:
    lldb/trunk/docs/doxygen.cfg.in

Modified: lldb/trunk/docs/doxygen.cfg.in
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/doxygen.cfg.in?rev=186693&r1=186692&r2=186693&view=diff
==============================================================================
--- lldb/trunk/docs/doxygen.cfg.in (original)
+++ lldb/trunk/docs/doxygen.cfg.in Fri Jul 19 11:50:24 2013
@@ -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





More information about the lldb-commits mailing list