From 6db71e94afe84a984bdd794297cffabe6dd35d36 Mon Sep 17 00:00:00 2001 From: mes5k Date: Wed, 15 Jul 2009 15:09:44 +0000 Subject: [PATCH] updated incorrect api docs again --- include/tclap/UnlabeledValueArg.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/tclap/UnlabeledValueArg.h b/include/tclap/UnlabeledValueArg.h index 7453c0d..5721d61 100644 --- a/include/tclap/UnlabeledValueArg.h +++ b/include/tclap/UnlabeledValueArg.h @@ -87,8 +87,8 @@ class UnlabeledValueArg : public ValueArg /** * UnlabeledValueArg constructor. - * \param name - A one word name for the argument. Can be - * used as a long flag on the command line. + * \param name - A one word name for the argument. Note that this is used for + * identification, not as a long flag. * \param desc - A description of what the argument is for or * does. * \param req - Whether the argument is required on the command @@ -118,8 +118,8 @@ class UnlabeledValueArg : public ValueArg /** * UnlabeledValueArg constructor. - * \param name - A one word name for the argument. Can be - * used as a long flag on the command line. + * \param name - A one word name for the argument. Note that this is used for + * identification, not as a long flag. * \param desc - A description of what the argument is for or * does. * \param req - Whether the argument is required on the command @@ -146,8 +146,8 @@ class UnlabeledValueArg : public ValueArg /** * UnlabeledValueArg constructor. - * \param name - A one word name for the argument. Can be - * used as a long flag on the command line. + * \param name - A one word name for the argument. Note that this is used for + * identification, not as a long flag. * \param desc - A description of what the argument is for or * does. * \param req - Whether the argument is required on the command