mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-12 13:46:02 -04:00
updated incorrect api docs again
This commit is contained in:
parent
b9340c617d
commit
6db71e94af
@ -87,8 +87,8 @@ class UnlabeledValueArg : public ValueArg<T>
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* UnlabeledValueArg constructor.
|
* UnlabeledValueArg constructor.
|
||||||
* \param name - A one word name for the argument. Can be
|
* \param name - A one word name for the argument. Note that this is used for
|
||||||
* used as a long flag on the command line.
|
* identification, not as a long flag.
|
||||||
* \param desc - A description of what the argument is for or
|
* \param desc - A description of what the argument is for or
|
||||||
* does.
|
* does.
|
||||||
* \param req - Whether the argument is required on the command
|
* \param req - Whether the argument is required on the command
|
||||||
@ -118,8 +118,8 @@ class UnlabeledValueArg : public ValueArg<T>
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* UnlabeledValueArg constructor.
|
* UnlabeledValueArg constructor.
|
||||||
* \param name - A one word name for the argument. Can be
|
* \param name - A one word name for the argument. Note that this is used for
|
||||||
* used as a long flag on the command line.
|
* identification, not as a long flag.
|
||||||
* \param desc - A description of what the argument is for or
|
* \param desc - A description of what the argument is for or
|
||||||
* does.
|
* does.
|
||||||
* \param req - Whether the argument is required on the command
|
* \param req - Whether the argument is required on the command
|
||||||
@ -146,8 +146,8 @@ class UnlabeledValueArg : public ValueArg<T>
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* UnlabeledValueArg constructor.
|
* UnlabeledValueArg constructor.
|
||||||
* \param name - A one word name for the argument. Can be
|
* \param name - A one word name for the argument. Note that this is used for
|
||||||
* used as a long flag on the command line.
|
* identification, not as a long flag.
|
||||||
* \param desc - A description of what the argument is for or
|
* \param desc - A description of what the argument is for or
|
||||||
* does.
|
* does.
|
||||||
* \param req - Whether the argument is required on the command
|
* \param req - Whether the argument is required on the command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user