diff options
Diffstat (limited to 'scripts/interface/SBThread.i')
| -rw-r--r-- | scripts/interface/SBThread.i | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/scripts/interface/SBThread.i b/scripts/interface/SBThread.i index 9aacb4374dcc..c36b1b519e66 100644 --- a/scripts/interface/SBThread.i +++ b/scripts/interface/SBThread.i @@ -182,12 +182,14 @@ public: lldb::queue_id_t GetQueueID() const; - %feature("autodoc", " - Takes a path string and a SBStream reference as parameters, returns a bool. - Collects the thread's 'info' dictionary from the remote system, uses the path - argument to descend into the dictionary to an item of interest, and prints - it into the SBStream in a natural format. Return bool is to indicate if - anything was printed into the stream (true) or not (false). + %feature("docstring", " + //-------------------------------------------------------------------------- + /// Takes a path string and a SBStream reference as parameters, returns a bool. + /// Collects the thread's 'info' dictionary from the remote system, uses the path + /// argument to descend into the dictionary to an item of interest, and prints + /// it into the SBStream in a natural format. Return bool is to indicate if + /// anything was printed into the stream (true) or not (false). + //-------------------------------------------------------------------------- ") GetInfoItemByPathAsString; bool |
