summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Block.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-07-12 11:05:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-07-12 11:05:04 +0000
commit1e140f84b5bcac153e95c2e6cf83436f15ee8596 (patch)
tree861124f3162a9c3518e552e7074c28d0694e5e9a /ACE/ace/Message_Block.h
parent286eedd2fc603c3c384ae9dd0d70133bd0694474 (diff)
downloadATCD-1e140f84b5bcac153e95c2e6cf83436f15ee8596.tar.gz
Mon Jul 12 11:04:58 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ACE.cpp: * ace/Activation_Queue.h: * ace/Active_Map_Manager.h: * ace/Dev_Poll_Reactor.h: * ace/Dev_Poll_Reactor.inl: * ace/Event_Handler.h: * ace/Filecache.h: * ace/Manual_Event.h: * ace/Map_Manager.h: * ace/Mem_Map.h: * ace/Message_Block.h: * ace/OS_Log_Msg_Attributes.h: * ace/OS_NS_unistd.h: * ace/Object_Manager.h: * ace/Recursive_Thread_Mutex.h: Layout, const, and doxygen fixes
Diffstat (limited to 'ACE/ace/Message_Block.h')
-rw-r--r--ACE/ace/Message_Block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Message_Block.h b/ACE/ace/Message_Block.h
index 449df677d4b..c02a37d61f1 100644
--- a/ACE/ace/Message_Block.h
+++ b/ACE/ace/Message_Block.h
@@ -241,8 +241,8 @@ public:
/**
* Delete all the resources held in the message.
*
- * Note that <release()> is designed to release the continuation
- * chain; the destructor is not. See <release()> for details.
+ * @note Note that release() is designed to release the continuation
+ * chain; the destructor is not. See release() for details.
*/
virtual ~ACE_Message_Block (void);