Skip to content

Commit d59c112

Browse files
authored
Merge pull request #27 from synercoder/features/fix-xml-comment
Added missing xml comment
2 parents 2bb8615 + 51c4a43 commit d59c112

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)