Browse Source

fixes:(XMLDOC): update xml comment (#6999)

* 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>
pull/7219/head
workgroupengineering 4 years ago
committed by GitHub
parent
commit
f9956e5ba9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/Grid.cs
  2. 4
      src/Skia/Avalonia.Skia/Gpu/ISkiaGpu.cs

2
src/Avalonia.Controls/Grid.cs

@ -978,7 +978,7 @@ namespace Avalonia.Controls
/// width is not registered in columns.</param> /// width is not registered in columns.</param>
/// <param name="forceInfinityV">Passed through to MeasureCell. /// <param name="forceInfinityV">Passed through to MeasureCell.
/// When "true" cells' desired height is not registered in rows.</param> /// 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( private void MeasureCellsGroup(
int cellsHead, int cellsHead,
Size referenceSize, Size referenceSize,

4
src/Skia/Avalonia.Skia/Gpu/ISkiaGpu.cs

@ -20,8 +20,8 @@ namespace Avalonia.Skia
/// <summary> /// <summary>
/// Creates an offscreen render target surface /// Creates an offscreen render target surface
/// </summary> /// </summary>
/// <param name="size">size in pixels</param> /// <param name="size">size in pixels.</param>
/// <param name="session">current Skia render session</param> /// <param name="session">An optional custom render session.</param>
ISkiaSurface TryCreateSurface(PixelSize size, ISkiaGpuRenderSession session); ISkiaSurface TryCreateSurface(PixelSize size, ISkiaGpuRenderSession session);
} }

Loading…
Cancel
Save