Skip to content

Commit c369416

Browse files
XMLDOC
1 parent 681b0b6 commit c369416

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Reinforced.Typings/Fluent/MethodExportConfiguration.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
namespace Reinforced.Typings.Fluent
55
{
6+
/// <summary>
7+
/// Fluent configuration builder for exported methods
8+
/// </summary>
69
public class MethodExportConfiguration : IExportConfiguration<TsFunctionAttribute>, IIgnorable
710
{
811
bool IIgnorable.Ignore { get; set; }

Reinforced.Typings/Fluent/PropertyExportConfiguration.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
namespace Reinforced.Typings.Fluent
55
{
6+
/// <summary>
7+
/// Fluent configuration builder for exported properties
8+
/// </summary>
69
public class PropertyExportConfiguration : IExportConfiguration<TsPropertyAttribute>, IIgnorable
710
{
811
bool IIgnorable.Ignore { get; set; }

0 commit comments

Comments
 (0)