Skip to content
Snippets Groups Projects
Commit 0383b239 authored by Samuel Kemmler's avatar Samuel Kemmler
Browse files

Merge branch 'suffa/DocFix' into 'master'

Fixed documentation of Environment class regarding parameter overriding on command line

See merge request !644
parents fdee9cff d6f7a224
No related merge requests found
...@@ -44,9 +44,8 @@ public: ...@@ -44,9 +44,8 @@ public:
* *
* \param argc,argv If command line parameters are present they have to contain at least * \param argc,argv If command line parameters are present they have to contain at least
* the path to the configuration file and optionally pairs of param-value: * the path to the configuration file and optionally pairs of param-value:
* "-myParameter myValue" * "-blockName.parameterName=parameterValue"
* These values are then substituted in configuration files at * These values are then substituted in configuration files.
* positions marked with $(myParameter)
* It is also possible to pass no command line options (see description below ) * It is also possible to pass no command line options (see description below )
* *
* If command line arguments are present the constructor initializes static objects * If command line arguments are present the constructor initializes static objects
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment