summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-07-12 08:20:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-07-12 08:20:09 +0000
commitaa30c8711cfe2c1837eedfcd7ae1b699cbe8969a (patch)
tree97c9ccc26374d117cbd4ee5f0274f7dcfac396c3 /ACE/ace/Malloc_Base.h
parente8a07ecf4d01d49b6a87464b16e213777267f82f (diff)
downloadATCD-aa30c8711cfe2c1837eedfcd7ae1b699cbe8969a.tar.gz
Mon Jul 12 08:19:58 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Connector.h: * ace/Malloc_Base.h: * ace/SString.h: * ace/Stream.h: * ace/Task.h: Fixed set of doxygen warnings
Diffstat (limited to 'ACE/ace/Malloc_Base.h')
-rw-r--r--ACE/ace/Malloc_Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Malloc_Base.h b/ACE/ace/Malloc_Base.h
index e9e15923737..490fa78c0a9 100644
--- a/ACE/ace/Malloc_Base.h
+++ b/ACE/ace/Malloc_Base.h
@@ -73,7 +73,7 @@ public:
size_type elem_size,
char initial_value = '\0') = 0;
- /// Free <ptr> (must have been allocated by <ACE_Allocator::malloc>).
+ /// Free @a ptr (must have been allocated by ACE_Allocator::malloc()).
virtual void free (void *ptr) = 0;
/// Remove any resources associated with this memory manager.