summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 17:31:10 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 17:31:10 +0200
commitdfbada54e389168c27e9c5748ba16787225c4727 (patch)
tree1db1e1109b9ce433ebf14bb0649ea4c5d72bc4d8
parentc3c16c78dfec71183de20d1ec95e3cda0aeee557 (diff)
downloadATCD-dfbada54e389168c27e9c5748ba16787225c4727.tar.gz
Doxygen changes
* 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);
/**