Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/09 09:31:06 (16 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.BitVector and HeuristicLab.Constraints namespace and changed a comment in HeuristicLab.IntVector namespace(#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Constraints/NumberOfSubOperatorsConstraintView.cs

    r2 r1176  
    3030
    3131namespace HeuristicLab.Constraints {
     32  /// <summary>
     33  /// Visual representation of a <see cref="NumberOfSubOperatorsConstraint"/>.
     34  /// </summary>
    3235  public partial class NumberOfSubOperatorsConstraintView : ViewBase {
    3336    private NumberOfSubOperatorsConstraint constraint;
    3437
     38    /// <summary>
     39    /// Initializes a new instance of <see cref="NumberOfSubOperatorsConstraintView"/>.
     40    /// </summary>
    3541    public NumberOfSubOperatorsConstraintView() {
    3642      InitializeComponent();
    3743    }
    3844
     45    /// <summary>
     46    /// Initializes a new instance of <see cref="NumberOfSubOperatorsConstraintView"/>
     47    /// with the given <paramref name="constraint"/> to display.
     48    /// </summary>
     49    /// <param name="constraint">The constraint to represent visually.</param>
    3950    public NumberOfSubOperatorsConstraintView(NumberOfSubOperatorsConstraint constraint) {
    4051      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.