summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBModule.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/interface/SBModule.i')
-rw-r--r--lldb/scripts/interface/SBModule.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/scripts/interface/SBModule.i b/lldb/scripts/interface/SBModule.i
index 1fe8fcfbc3f..df99bb1b172 100644
--- a/lldb/scripts/interface/SBModule.i
+++ b/lldb/scripts/interface/SBModule.i
@@ -270,7 +270,7 @@ public:
GetBasicType(lldb::BasicType type);
%feature("docstring", "
- Get all types matching \a type_mask from debug info in this
+ Get all types matching type_mask from debug info in this
module.
@param[in] type_mask
@@ -281,7 +281,7 @@ public:
all types found in the debug information for this module.
@return
- A list of types in this module that match \a type_mask") GetTypes;
+ A list of types in this module that match type_mask") GetTypes;
lldb::SBTypeList
GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
@@ -296,7 +296,7 @@ public:
for.
@param[in] max_matches
- Allow the number of matches to be limited to \a max_matches.
+ Allow the number of matches to be limited to max_matches.
@return
A list of matched variables in an SBValueList.") FindGlobalVariables;
OpenPOWER on IntegriCloud