forked from OSchip/llvm-project
Add missing docstring for 'bool stop_at_endtry'.
llvm-svn: 134924
This commit is contained in:
parent
58a98141d9
commit
928f4ee26f
|
@ -112,6 +112,9 @@ public:
|
|||
/// Some launch options specified by logical OR'ing
|
||||
/// lldb::LaunchFlags enumeration values together.
|
||||
///
|
||||
/// @param[in] stop_at_endtry
|
||||
/// If false do not stop the inferior at the entry point.
|
||||
///
|
||||
/// @param[out]
|
||||
/// An error object. Contains the reason if there is some failure.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue