summaryrefslogtreecommitdiff
path: root/ace/Singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Singleton.h')
-rw-r--r--ace/Singleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Singleton.h b/ace/Singleton.h
index 032f26740f4..33cfc3cdaca 100644
--- a/ace/Singleton.h
+++ b/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);