summaryrefslogtreecommitdiff
path: root/ACE/ace/NT_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/NT_Service.h')
-rw-r--r--ACE/ace/NT_Service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/NT_Service.h b/ACE/ace/NT_Service.h
index 2769d82d15b..6e03aabd6b2 100644
--- a/ACE/ace/NT_Service.h
+++ b/ACE/ace/NT_Service.h
@@ -159,7 +159,7 @@ public:
// SCM registry.
/// Sets the name and description for the service.
- /// If desc is 0, it takes the same value as name.
+ /// If @a desc is 0, it takes the same value as name.
void name (const ACE_TCHAR *name, const ACE_TCHAR *desc = 0);
/// Get the service name.
@@ -299,7 +299,7 @@ public:
DWORD state (ACE_Time_Value *wait_hint = 0);
/// A version of <state> that returns -1 for failure, 0 for success.
- /// The DWORD pointed to by pstate receives the state value.
+ /// The DWORD pointed to by @a pstate receives the state value.
int state (DWORD *pstate, ACE_Time_Value *wait_hint = 0);
/**