summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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