Skip to content

Commit

Permalink
Removed a few of the see tags from docs to get rid of the compiler wa…
Browse files Browse the repository at this point in the history
…rnings during build. These tags added little value anyway.
  • Loading branch information
rmboggs committed Mar 25, 2012
1 parent 8b95eb5 commit 90cd438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/NAnt.SourceControl/Tasks/AbstractCvsTask.cs
Expand Up @@ -179,12 +179,12 @@ public abstract class AbstractCvsTask : AbstractSourceControlTask {
#region Protected Instance Methods

/// <summary>
/// Converts a <see cref="System.DateTime"/> value to a <see cref="System.String"/>
/// representation that can be interpreted by cvs.
/// Converts a date value to a string representation that can be
/// interpreted by cvs.
/// </summary>
/// <param name="item"><see cref="System.DateTime"/> to convert.</param>
/// <param name="item">Date to convert.</param>
/// <returns>
/// <see cref="System.String"/> interpretation of <paramref name="item"/>.
/// String interpretation of <paramref name="item"/>.
/// </returns>
protected string ToCvsDateTimeString(DateTime item) {
return string.Format("{0} {1,2} {2}", item.ToString("ddd MMM"),
Expand Down

0 comments on commit 90cd438

Please sign in to comment.