Skip to content

Commit 51c4a43

Browse files
committed
Added missing xml comment
1 parent 60becc7 commit 51c4a43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Synercoding.FileFormats.Pdf/Helpers/IStreamWriteable.cs

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

33
namespace Synercoding.FileFormats.Pdf.Helpers
44
{
5+
/// <summary>
6+
/// Interface that enables writting implementor to a stream
7+
/// </summary>
58
public interface IStreamWriteable
69
{
710
/// <summary>

0 commit comments

Comments
 (0)