Add missing docstring for 'bool stop_at_endtry'.

llvm-svn: 134924
This commit is contained in:
Johnny Chen 2011-07-11 21:41:05 +00:00
parent 58a98141d9
commit 928f4ee26f
1 changed files with 3 additions and 0 deletions

View File

@ -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.
///