more doc on the parser format
This commit is contained in:
parent
ae919bc712
commit
59448b9635
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ private :
|
||||||
This class is persistent, so it can be stored and reloaded to restore
|
This class is persistent, so it can be stored and reloaded to restore
|
||||||
parameter settings.
|
parameter settings.
|
||||||
|
|
||||||
|
Parameters can be read from argv, strings or streams, and must be specified
|
||||||
|
using the following convention: --name=value or -n=value
|
||||||
|
|
||||||
|
You should not use space as a separator between the parameter and its value.
|
||||||
|
|
||||||
@ingroup Parameters
|
@ingroup Parameters
|
||||||
*/
|
*/
|
||||||
class eoParser : public eoParameterLoader, public eoObject, public eoPersistent
|
class eoParser : public eoParameterLoader, public eoObject, public eoPersistent
|
||||||
|
|
|
||||||
Reference in a new issue