From daeea59f4d5813c0a957968bae431250c186d7f2 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Mon, 22 Jul 2002 22:01:04 +0000 Subject: ChangeLogTag:Mon Jul 22 17:45:48 2002 Steve Huston --- ace/Get_Opt.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h index 58f0e61fa4b..4a4f47fcb6a 100644 --- a/ace/Get_Opt.h +++ b/ace/Get_Opt.h @@ -174,14 +174,15 @@ public: * a long option. If @c operator() is called repeatedly, it returns * each of the option characters from each of the option elements. * - * @return The parsed option character. - * @retval 0 A long option was found - * @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 - * character of @a optstring was a colon. - * @retval 1 @c RETURN_IN_ORDER was specified and a non-option argument - * was found. + * @return The parsed option character. The following characters have + * special significance. + * @retval 0 A long option was found + * @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 + * character of @a optstring was a colon. + * @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 * that is not an option. If @c PERMUTE_ARGS was -- cgit v1.2.1