Skip to content

Commit

Permalink
XMLDOC
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-b-novikov committed Oct 21, 2015
1 parent 681b0b6 commit c369416
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Reinforced.Typings/Fluent/MethodExportConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

namespace Reinforced.Typings.Fluent
{
/// <summary>
/// Fluent configuration builder for exported methods
/// </summary>
public class MethodExportConfiguration : IExportConfiguration<TsFunctionAttribute>, IIgnorable
{
bool IIgnorable.Ignore { get; set; }
Expand Down
3 changes: 3 additions & 0 deletions Reinforced.Typings/Fluent/PropertyExportConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

namespace Reinforced.Typings.Fluent
{
/// <summary>
/// Fluent configuration builder for exported properties
/// </summary>
public class PropertyExportConfiguration : IExportConfiguration<TsPropertyAttribute>, IIgnorable
{
bool IIgnorable.Ignore { get; set; }
Expand Down

0 comments on commit c369416

Please sign in to comment.