summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-06-15 19:47:51 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-06-15 19:47:51 +0200
commitf18c85a3c30f519f7f26689ac5a144ac427b5446 (patch)
treeb101c5cf552a3f176b01b03474a78987c79d7165
parentdad285f2c4e0ed6b6f568539cd7b1a07412542bf (diff)
downloadATCD-f18c85a3c30f519f7f26689ac5a144ac427b5446.tar.gz
Doxygen change
* ACE/ace/Functor_T.h:
-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);