Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/09 12:06:29 (16 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.Operators.Metaprogramming and HeuristicLab.Logging namespace and changed a comment in HeuristicLab.Core namespace(#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/ConstrainedItemBase.cs

    r776 r1167  
    115115    /// to represent the current instance visually.
    116116    /// </summary>
    117     /// <returns>The created view as <see cref="ConstrainedItemBase"/>.</returns>
     117    /// <returns>The created view as <see cref="ConstrainedItemBaseView"/>.</returns>
    118118    public override IView CreateView() {
    119119      return new ConstrainedItemBaseView(this);
     
    168168    }
    169169    /// <summary>
    170     ///  Loads the persisted item from the specified <paramref name="node"/>.
     170    /// Loads the persisted item from the specified <paramref name="node"/>.
    171171    /// </summary>
    172172    /// <remarks>See <see cref="GetXmlNode"/> to get information about how the constrained item must
Note: See TracChangeset for help on using the changeset viewer.