summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-07-12 10:11:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-07-12 10:11:24 +0000
commita42c1dff5ec1d5814acb5760f6be86b1bedf7a8d (patch)
tree74899f973f0ae89e60d0d6794c9b08ca05f314b7 /ACE/ace/DLL.h
parent6ef8e953c0e2771df6a24dfc3e4770b18f030ec3 (diff)
downloadATCD-a42c1dff5ec1d5814acb5760f6be86b1bedf7a8d.tar.gz
Mon Jul 12 10:11:24 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/DLL.h: * ace/DLL_Manager.h: * ace/Dirent.h: * ace/Dump_T.h: * ace/Event_Handler.h: * ace/File_Lock.h: * ace/INET_Addr.h: * ace/Log_Msg_Callback.h: * ace/Log_Record.h: * ace/Logging_Strategy.h: Fixed set of doxygen warnings
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);