summaryrefslogtreecommitdiff
path: root/ACE/ace/Singleton.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-12-01 13:47:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-12-01 13:47:06 +0000
commit18bdc6e533b41e28e8a330e65de866aa11f0f5a6 (patch)
treee126c7c48f35f34181189bd8653112abd5396687 /ACE/ace/Singleton.h
parent70356c95c9c9c512b5555356022e4e3a34abe879 (diff)
downloadATCD-18bdc6e533b41e28e8a330e65de866aa11f0f5a6.tar.gz
Mon Dec 1 13:46:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Singleton.h')
-rw-r--r--ACE/ace/Singleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Singleton.h b/ACE/ace/Singleton.h
index 032f26740f4..33cfc3cdaca 100644
--- a/ACE/ace/Singleton.h
+++ b/ACE/ace/Singleton.h
@@ -82,7 +82,7 @@ public:
/// Global access point to the Singleton.
static TYPE *instance (void);
- /// Cleanup method, used by <ace_cleanup_destroyer> to destroy the
+ /// Cleanup method, used by @c ace_cleanup_destroyer to destroy the
/// ACE_Singleton.
virtual void cleanup (void *param = 0);