Skip to content

Commit

Permalink
Added documentation for namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Dec 22, 2015
1 parent cbcf58b commit 3d42e5c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Cake.AliaSql/Cake.AliaSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@
<Compile Include="AliaSqlRunner.cs" />
<Compile Include="AliaSqlSettings.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Namespaces.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
Expand Down
13 changes: 13 additions & 0 deletions src/Cake.AliaSql/Properties/Namespaces.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
using System.Runtime.CompilerServices;

// ReSharper disable CheckNamespace
namespace Cake.AliaSql
{
/// <summary>
/// This namespace contain types related to running AliaSql tool.
/// </summary>
[CompilerGenerated]
internal class NamespaceDoc
{
}
}

0 comments on commit 3d42e5c

Please sign in to comment.