summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/DLL.h')
-rw-r--r--ACE/ace/DLL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/DLL.h b/ACE/ace/DLL.h
index 64cb646576a..af92d842d51 100644
--- a/ACE/ace/DLL.h
+++ b/ACE/ace/DLL.h
@@ -151,12 +151,12 @@ public:
* Return the handle to the caller. If @a become_owner is non-0 then
* caller assumes ownership of the handle and the ACE_DLL object
* won't call close() when it goes out of scope, even if
- * <close_handle_on_destruction> is set.
+ * @c close_handle_on_destruction is set.
*/
ACE_SHLIB_HANDLE get_handle (int become_owner = 0) const;
/// Set the handle for the DLL object. By default, the close()
- //operation on / the object will be invoked before it is destroyed.
+ /// operation on / the object will be invoked before it is destroyed.
int set_handle (ACE_SHLIB_HANDLE handle,
bool close_handle_on_destruction = true);