Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/10 09:24:42 (14 years ago)
Author:
swinkler
Message:

Corrected comments and descriptions (#1182); formatted code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.cs

    r4068 r4513  
    2929namespace HeuristicLab.Problems.TravelingSalesman.Views {
    3030  /// <summary>
    31   /// The base class for visual representations of items.
     31  /// A view for a Traveling Salesman Problem instance.
    3232  /// </summary>
    3333  [View("Traveling Salesman Problem View")]
     
    4242
    4343    /// <summary>
    44     /// Initializes a new instance of <see cref="ItemBaseView"/>.
     44    /// Initializes a new instance of <see cref="TravelingSalesmanProblemView"/>.
    4545    /// </summary>
    4646    public TravelingSalesmanProblemView() {
Note: See TracChangeset for help on using the changeset viewer.