forked from OSchip/llvm-project
Add docstring for SBCommandReturnObject class.
llvm-svn: 135642
This commit is contained in:
parent
ac4dacfb1f
commit
098ca0e7e6
|
@ -9,6 +9,13 @@
|
|||
|
||||
namespace lldb {
|
||||
|
||||
%feature("docstring",
|
||||
"Represents a container which holds the result from command execution.
|
||||
It works with SBCommandInterpreter.HandleCommand() to encapsulate the result
|
||||
of command execution.
|
||||
|
||||
See SBCommandInterpreter for example usage of SBCommandReturnObject."
|
||||
) SBCommandReturnObject;
|
||||
class SBCommandReturnObject
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue