summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-31 11:13:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-31 11:13:34 +0000
commit1a58c3af3656b32592494200882187ff3965a452 (patch)
tree12c346ea68638fb3b7b67aef3504a0e9bf5df438 /ace/Service_Config.h
parent7826e6150dd8f84808a0766b100cbb3fc76b5cdd (diff)
downloadATCD-1a58c3af3656b32592494200882187ff3965a452.tar.gz
ChangeLogTag: Mon Jan 31 11:12:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 4e6c116c2e5..ff8363bc345 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -157,15 +157,15 @@ public:
/**
* Performs an open without parsing command-line arguments. The
- * <logger_key> indicates where to write the logging output, which
+ * @a logger_key indicates where to write the logging output, which
* is typically either a STREAM pipe or a socket address. If
- * <ignore_static_svcs> is 1 then static services are not loaded,
- * otherwise, they are loaded. If <ignore_default_svc_conf_file> is
+ * @a ignore_static_svcs is 1 then static services are not loaded,
+ * otherwise, they are loaded. If @a ignore_default_svc_conf_file is
* non-0 then the <svc.conf> configuration file will be ignored.
* Returns zero upon success, -1 if the file is not found or cannot
* be opened (errno is set accordingly), otherwise returns the
* number of errors encountered loading the services in the
- * specified svc.conf configuration file. If <ignore_debug_flag> is
+ * specified svc.conf configuration file. If @a ignore_debug_flag is
* non-0 then the application is responsible for setting the
* <ACE_Log_Msg::priority_mask> appropriately.
*/
@@ -219,7 +219,7 @@ public:
* for setting the @c ACE_Log_Msg::priority_mask
* appropriately.
*
- * @retval -1 the configuration file is not found or cannot
+ * @retval -1 The configuration file is not found or cannot
* be opened (errno is set accordingly).
* @retval 0 Success.
* @retval >0 The number of errors encountered while processing