summaryrefslogtreecommitdiff
path: root/ACE/ace/Pagefile_Memory_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Pagefile_Memory_Pool.h')
-rw-r--r--ACE/ace/Pagefile_Memory_Pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Pagefile_Memory_Pool.h b/ACE/ace/Pagefile_Memory_Pool.h
index 2571755eca1..a82e5706c3f 100644
--- a/ACE/ace/Pagefile_Memory_Pool.h
+++ b/ACE/ace/Pagefile_Memory_Pool.h
@@ -72,7 +72,7 @@ public:
size_t &rounded_bytes,
int &first_time);
- /// Acquire at least <nbytes> from the memory pool. <rounded_bytes>
+ /// Acquire at least @a nbytes from the memory pool. <rounded_bytes>
/// is the actual number of bytes allocated.
void *acquire (size_t nbytes,
size_t &rounded_bytes);
@@ -88,7 +88,7 @@ public:
virtual int seh_selector (void *);
/**
- * Try to extend the virtual address space so that <addr> is now
+ * Try to extend the virtual address space so that @a addr is now
* covered by the address mapping. The method succeeds and returns
* 0 if the backing store has adequate memory to cover this address.
* Otherwise, it returns -1. This method is typically called by an