summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBMemoryRegionInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBMemoryRegionInfo.h')
-rw-r--r--lldb/include/lldb/API/SBMemoryRegionInfo.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lldb/include/lldb/API/SBMemoryRegionInfo.h b/lldb/include/lldb/API/SBMemoryRegionInfo.h
index b3e9cc05b66..de416e68ff1 100644
--- a/lldb/include/lldb/API/SBMemoryRegionInfo.h
+++ b/lldb/include/lldb/API/SBMemoryRegionInfo.h
@@ -30,7 +30,7 @@ public:
//------------------------------------------------------------------
/// Get the base address of this memory range.
///
- /// @return
+ /// \return
/// The base address of this memory range.
//------------------------------------------------------------------
lldb::addr_t GetRegionBase();
@@ -38,7 +38,7 @@ public:
//------------------------------------------------------------------
/// Get the end address of this memory range.
///
- /// @return
+ /// \return
/// The base address of this memory range.
//------------------------------------------------------------------
lldb::addr_t GetRegionEnd();
@@ -46,7 +46,7 @@ public:
//------------------------------------------------------------------
/// Check if this memory address is marked readable to the process.
///
- /// @return
+ /// \return
/// true if this memory address is marked readable
//------------------------------------------------------------------
bool IsReadable();
@@ -54,7 +54,7 @@ public:
//------------------------------------------------------------------
/// Check if this memory address is marked writable to the process.
///
- /// @return
+ /// \return
/// true if this memory address is marked writable
//------------------------------------------------------------------
bool IsWritable();
@@ -62,7 +62,7 @@ public:
//------------------------------------------------------------------
/// Check if this memory address is marked executable to the process.
///
- /// @return
+ /// \return
/// true if this memory address is marked executable
//------------------------------------------------------------------
bool IsExecutable();
@@ -71,7 +71,7 @@ public:
/// Check if this memory address is mapped into the process address
/// space.
///
- /// @return
+ /// \return
/// true if this memory address is in the process address space.
//------------------------------------------------------------------
bool IsMapped();
@@ -80,7 +80,7 @@ public:
/// Returns the name of the memory region mapped at the given
/// address.
///
- /// @return
+ /// \return
/// In case of memory mapped files it is the absolute path of
/// the file otherwise it is a name associated with the memory
/// region. If no name can be determined the returns nullptr.
OpenPOWER on IntegriCloud