diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:04:10 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:04:10 +0000 |
| commit | 74a628f776edb588bff8f8f5cc16eac947c9d631 (patch) | |
| tree | dc32e010ac4902621e5a279bfeb48628f7f0e166 /scripts/interface/SBThread.i | |
| parent | afed7be32164a598f8172282c249af7266c48b46 (diff) | |
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 |
