Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Documentation corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
seanterry committed Dec 17, 2017
1 parent 89737f6 commit 2d89f2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/CommandDecorator[TCommand].cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ namespace Fidget.Commander
/// Convenience type for implementing a command decorator that returns no result.
/// </summary>
/// <typeparam name="TCommand">Type of the command to decorate.</typeparam>
/// <typeparam name="TResult">Type of the command result.</typeparam>


public abstract class CommandDecorator<TCommand> : ICommandDecorator<TCommand> where TCommand : ICommand
{
/// <summary>
Expand Down
3 changes: 1 addition & 2 deletions src/CommandHandler[TCommand].cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ namespace Fidget.Commander
/// Convenience type for implementing a command handler that returns no result.
/// </summary>
/// <typeparam name="TCommand">Type of the command to execute.</typeparam>
/// <typeparam name="TResult">Type of the command result.</typeparam>


public abstract class CommandHandler<TCommand> : ICommandHandler<TCommand> where TCommand : ICommand
{
/// <summary>
Expand Down
1 change: 1 addition & 0 deletions src/Fidget.Commander.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PackageLicenseUrl>https://github.com/seanterry42/Fidget.Commander/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/seanterry42/Fidget.Commander</PackageProjectUrl>
<RootNamespace>Fidget.Commander</RootNamespace>
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Fidget.Commander.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1998</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 2d89f2f

Please sign in to comment.