We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c221b81 commit 4ac3523Copy full SHA for 4ac3523
src/ImageSharp.Drawing/Shapes/IInternalPathOwner.cs
@@ -14,7 +14,9 @@ internal interface IInternalPathOwner
14
/// <summary>
15
/// Returns the rings as a list of <see cref="InternalPath"/>-s.
16
/// </summary>
17
- /// <returns>Seriously this is a thin internal interface, why should I repeat 3 times what does it do?</returns>
+ /// <returns>The list</returns>
18
IReadOnlyList<InternalPath> GetRingsAsInternalPath();
19
+
20
+ // TODO: We may want to reconfigure StyleCop rules for internals to avoid unnecessary redundant trivial code comments like in this file.
21
}
-}
22
+}
0 commit comments