Skip to content

Commit 52ff132

Browse files
committed
Fix comment tags
1 parent ae2c4c4 commit 52ff132

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ImageSharp.Textures/TextureFormats/Decoding/AstcDecoder.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
namespace SixLabors.ImageSharp.Textures.TextureFormats.Decoding;
77

88
/// <summary>
9-
/// An ASTC decoder for various block footprints.
10-
/// Based on the Google ASTC codec implementation.
9+
/// ASTC (Adaptive scalable texture compression) decoder for all valid block footprints.
1110
/// </summary>
12-
/// <remarks>
1311
internal static class AstcDecoder
1412
{
1513
/// <summary>

0 commit comments

Comments
 (0)