forked from OSchip/llvm-project
parent
e1873736cb
commit
816246e602
|
@ -36,6 +36,6 @@ if(EPYDOC_EXECUTABLE)
|
|||
${EPYDOC_OPTIONS}
|
||||
DEPENDS swig_wrapper liblldb
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../../../lib/python2.7/site-packages
|
||||
COMMENT "Generating LLDB Python API reference with epidoc" VERBATIM
|
||||
COMMENT "Generating LLDB Python API reference with epydoc" VERBATIM
|
||||
)
|
||||
endif(EPYDOC_EXECUTABLE)
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
/// of LLDB are very stable.
|
||||
///
|
||||
/// @section main_changelog Change Log
|
||||
/// - Adapted for LLDB 05/25 by Daniel Malea
|
||||
/// - Adapted for LLDB 05/25/2013 by Daniel Malea
|
||||
/// - Original content written 12/30/2003 by Reid Spencer
|
||||
|
|
Loading…
Reference in New Issue