Add docstring for SBCommandReturnObject class.

llvm-svn: 135642
This commit is contained in:
Johnny Chen 2011-07-21 00:32:12 +00:00
parent ac4dacfb1f
commit 098ca0e7e6
1 changed files with 7 additions and 0 deletions

View File

@ -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: