summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBStructuredData.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBStructuredData.h')
-rw-r--r--lldb/include/lldb/API/SBStructuredData.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/API/SBStructuredData.h b/lldb/include/lldb/API/SBStructuredData.h
index ef106f7e93a..35904f21000 100644
--- a/lldb/include/lldb/API/SBStructuredData.h
+++ b/lldb/include/lldb/API/SBStructuredData.h
@@ -89,17 +89,17 @@ public:
//------------------------------------------------------------------
/// Provides the string value if this data structure is a string type.
///
- /// @param[out] dst
+ /// \param[out] dst
/// pointer where the string value will be written. In case it is null,
/// nothing will be written at @dst.
///
- /// @param[in] dst_len
+ /// \param[in] dst_len
/// max number of characters that can be written at @dst. In case it is
/// zero, nothing will be written at @dst. If this length is not enough
/// to write the complete string value, (dst_len-1) bytes of the string
/// value will be written at @dst followed by a null character.
///
- /// @return
+ /// \return
/// Returns the byte size needed to completely write the string value at
/// @dst in all cases.
//------------------------------------------------------------------
OpenPOWER on IntegriCloud