summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-07-22 21:47:31 +0000
committerSteve Huston <shuston@riverace.com>2002-07-22 21:47:31 +0000
commitd717ad55fcaa377d7539893e3736917ceeb6a3b3 (patch)
treeecdc4cca66d35b961f35fc2a232328b334182f62
parent5524925d82f66d235692199f4cb90f5db08d2c3d (diff)
downloadATCD-d717ad55fcaa377d7539893e3736917ceeb6a3b3.tar.gz
ChangeLogTag:Mon Jul 22 17:45:48 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLogs/ChangeLog-03a4
-rw-r--r--ace/Get_Opt.h6
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c9d464aa46..36c44c4a8c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 22 17:45:48 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Get_Opt.h: Doxygen fixes.
+
Mon Jul 22 16:39:21 2002 Steve Huston <shuston@riverace.com>
* ace/Acceptor.cpp (info):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 3c9d464aa46..36c44c4a8c7 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Mon Jul 22 17:45:48 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Get_Opt.h: Doxygen fixes.
+
Mon Jul 22 16:39:21 2002 Steve Huston <shuston@riverace.com>
* ace/Acceptor.cpp (info):
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h
index 8854d2c596b..58f0e61fa4b 100644
--- a/ace/Get_Opt.h
+++ b/ace/Get_Opt.h
@@ -176,11 +176,11 @@ public:
*
* @return The parsed option character.
* @retval 0 A long option was found
- * @retval '?' An unknown option character was found and the first
+ * @retval ? An unknown option character was found and the first
* character of @a optstring was not a colon.
- * @retval ':' An unknown option character was found and the first
+ * @retval : An unknown option character was found and the first
* character of @a optstring was a colon.
- * @retval '1' @c RETURN_IN_ORDER was specified and a non-option argument
+ * @retval 1 @c RETURN_IN_ORDER was specified and a non-option argument
* was found.
* @retval EOF No more option characters were found. @c opt_ind() will
* return the index in @a argv of the first @a argv element