From 098ca0e7e6d0060b77854f570f5365985aba757b Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 21 Jul 2011 00:32:12 +0000 Subject: Add docstring for SBCommandReturnObject class. llvm-svn: 135642 --- lldb/scripts/Python/interface/SBCommandReturnObject.i | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBCommandReturnObject.i b/lldb/scripts/Python/interface/SBCommandReturnObject.i index 597cfb68216..48d7bc24554 100644 --- a/lldb/scripts/Python/interface/SBCommandReturnObject.i +++ b/lldb/scripts/Python/interface/SBCommandReturnObject.i @@ -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: -- cgit v1.2.3