Skip to content

Commit

Permalink
fixes:(XMLDOC): update xml comment (#6999)
Browse files Browse the repository at this point in the history
* fixes:(XMLDOC): update xml comment

* Update src/Avalonia.Controls/Grid.cs

Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>

Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
  • Loading branch information
2 people authored and Dan Walmsley committed Dec 20, 2021
1 parent f8b3992 commit 25602ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Avalonia.Controls/Grid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ private void ApplyCachedMinSizes(double[] minSizes, bool isRows)
/// width is not registered in columns.</param>
/// <param name="forceInfinityV">Passed through to MeasureCell.
/// When "true" cells' desired height is not registered in rows.</param>
/// <param name="hasDesiredSizeUChanged">return true when desired size has changed</param>
/// <param name="hasDesiredSizeUChanged">When the method exits, indicates whether the desired size has changed.</param>
private void MeasureCellsGroup(
int cellsHead,
Size referenceSize,
Expand Down
4 changes: 2 additions & 2 deletions src/Skia/Avalonia.Skia/Gpu/ISkiaGpu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public interface ISkiaGpu
/// <summary>
/// Creates an offscreen render target surface
/// </summary>
/// <param name="size">size in pixels</param>
/// <param name="session">current Skia render session</param>
/// <param name="size">size in pixels.</param>
/// <param name="session">An optional custom render session.</param>
ISkiaSurface TryCreateSurface(PixelSize size, ISkiaGpuRenderSession session);
}

Expand Down

0 comments on commit 25602ca

Please sign in to comment.