Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/12 13:43:15 (12 years ago)
Author:
jkarder
Message:

#1906: added parameter description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/SubScopesCounter.cs

    r8357 r8358  
    4545    public SubScopesCounter() {
    4646      Parameters.Add(new LookupParameter<IntValue>("Value", "The value that should be incremented by the number of direct sub-scopes. It will be created in the current scope if the value is not found."));
    47       Parameters.Add(new ValueParameter<BoolValue>("Accumulate", ".", new BoolValue(true)));
     47      Parameters.Add(new ValueParameter<BoolValue>("Accumulate", "True if the number of direct sub-scopes should be accumulated, false if the number should be assigned.", new BoolValue(true)));
    4848    }
    4949
Note: See TracChangeset for help on using the changeset viewer.