summaryrefslogtreecommitdiff
path: root/ace/MEM_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_Acceptor.h')
-rw-r--r--ace/MEM_Acceptor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/MEM_Acceptor.h b/ace/MEM_Acceptor.h
index d9771a1bf37..5e70bf080d3 100644
--- a/ace/MEM_Acceptor.h
+++ b/ace/MEM_Acceptor.h
@@ -65,9 +65,9 @@ public:
/**
* Initialize a passive-mode BSD-style acceptor socket (no QoS).
- * <local_sap> is the address that we're going to listen for
- * connections on. If <reuse_addr> is 1 then we'll use the
- * <SO_REUSEADDR> to reuse this address. Returns 0 on success and
+ * @a local_sap is the address that we're going to listen for
+ * connections on. If @a reuse_addr is 1 then we'll use the
+ * @c SO_REUSEADDR to reuse this address. Returns 0 on success and
* -1 on failure.
*/
int open (const ACE_MEM_Addr &local_sap,
@@ -117,7 +117,7 @@ public:
int get_local_addr (ACE_MEM_Addr &) const;
/// Accessor to the mmap options.
- /// This method has been deprecated.
+ /// @deprecated This method has been deprecated.
ACE_MEM_SAP::MALLOC_OPTIONS& malloc_options (void);
// = Meta-type info