gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Doc improvement in ArgParser
0 1 0
default
1 file changed with 7 insertions and 7 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -129,3 +129,3 @@
129 129
    ///\param help A help string.
130
    ///\retval value The value of the argument will be written to this variable.
130
    ///\param value A default value for the option
131 131
    ///\param obl Indicate if the option is mandatory.
... ...
@@ -139,3 +139,3 @@
139 139
    ///\param help A help string.
140
    ///\retval value The value of the argument will be written to this variable.
140
    ///\param value A default value for the option
141 141
    ///\param obl Indicate if the option is mandatory.
... ...
@@ -149,3 +149,3 @@
149 149
    ///\param help A help string.
150
    ///\retval value The value of the argument will be written to this variable.
150
    ///\param value A default value for the option
151 151
    ///\param obl Indicate if the option is mandatory.
... ...
@@ -160,3 +160,3 @@
160 160
    ///\param help A help string.
161
    ///\retval value The value of the argument will be written to this variable.
161
    ///\param value A default value for the option
162 162
    ///\param obl Indicate if the option is mandatory.
... ...
@@ -176,4 +176,4 @@
176 176
    ///\param help A help string.
177
    ///\param obl Indicate if the option is mandatory.
177 178
    ///\retval ref The value of the argument will be written to this variable.
178
    ///\param obl Indicate if the option is mandatory.
179 179
    ArgParser &refOption(const std::string &name,
... ...
@@ -186,4 +186,4 @@
186 186
    ///\param help A help string.
187
    ///\param obl Indicate if the option is mandatory.
187 188
    ///\retval ref The value of the argument will be written to this variable.
188
    ///\param obl Indicate if the option is mandatory.
189 189
    ArgParser &refOption(const std::string &name,
... ...
@@ -196,4 +196,4 @@
196 196
    ///\param help A help string.
197
    ///\param obl Indicate if the option is mandatory.
197 198
    ///\retval ref The value of the argument will be written to this variable.
198
    ///\param obl Indicate if the option is mandatory.
199 199
    ////\note A mandatory bool obtion is of very little use.)
0 comments (0 inline)