Skip to content

Commit fdd50c2

Browse files
add missing docs
1 parent d0dbb8e commit fdd50c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

66
namespace SixLabors.ImageSharp.Metadata.Profiles.Exif
77
{
8+
/// <summary>
9+
/// The EXIF encoded string structure.
10+
/// </summary>
11+
/// <seealso cref="System.IEquatable&lt;SixLabors.ImageSharp.Metadata.Profiles.Exif.EncodedString&gt;" />
812
public readonly struct EncodedString : IEquatable<EncodedString>
913
{
1014
/// <summary>

0 commit comments

Comments
 (0)