summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ace/Functor_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Functor_T.h b/ACE/ace/Functor_T.h
index 33b955ae9c5..f89b683d567 100644
--- a/ACE/ace/Functor_T.h
+++ b/ACE/ace/Functor_T.h
@@ -91,7 +91,7 @@ class ACE_Member_Function_Command : public ACE_Command_Base
public:
typedef void (RECEIVER::*PTMF)(void);
- /// Con Constructor: sets the <receiver_> of the Command to recvr, and the
+ /// Con Constructor: sets the <receiver_> of the Command to @a recvr, and the
/// <action_> of the Command to <action>.
ACE_Member_Function_Command (RECEIVER &recvr, PTMF ptmf);