Skip to content

Commit c1ebf13

Browse files
add missing docs
1 parent d0dbb8e commit c1ebf13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ImageSharp/Metadata/Profiles/Exif/Values/EncodedString.cs

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

66
namespace SixLabors.ImageSharp.Metadata.Profiles.Exif
77
{
8+
/// <summary>
9+
/// The EXIF encoded string structure.
10+
/// </summary>
811
public readonly struct EncodedString : IEquatable<EncodedString>
912
{
1013
/// <summary>

0 commit comments

Comments
 (0)