Browse Source

#718: add missing documentation

af/merge-core
Peter Amrehn 7 years ago
parent
commit
1cec215596
  1. 2
      src/ImageSharp/PixelFormats/Gray16.cs

2
src/ImageSharp/PixelFormats/Gray16.cs

@ -287,7 +287,7 @@ namespace SixLabors.ImageSharp.PixelFormats
/// <summary>
/// Packs the <see cref="ushort" /> into a byte.
/// </summary>
/// <returns></returns>
/// <returns>The <see cref="byte" />.</returns>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private byte PackedAsByte()
{

Loading…
Cancel
Save