Browse Source

XML comment fixes.

pull/3164/head
José Pedro 7 years ago
parent
commit
50acbfec9f
No known key found for this signature in database GPG Key ID: B8247B9301707B83
  1. 1
      src/Avalonia.Controls/DesktopApplicationExtensions.cs
  2. 2
      src/Avalonia.Controls/Primitives/PopupRoot.cs

1
src/Avalonia.Controls/DesktopApplicationExtensions.cs

@ -50,6 +50,7 @@ namespace Avalonia.Controls
/// On desktop-style platforms runs the application's main loop with custom CancellationToken /// On desktop-style platforms runs the application's main loop with custom CancellationToken
/// without setting a lifetime. /// without setting a lifetime.
/// </summary> /// </summary>
/// <param name="app">The application.</param>
/// <param name="token">The token to track.</param> /// <param name="token">The token to track.</param>
public static void Run(this Application app, CancellationToken token) public static void Run(this Application app, CancellationToken token)
{ {

2
src/Avalonia.Controls/Primitives/PopupRoot.cs

@ -41,6 +41,8 @@ namespace Avalonia.Controls.Primitives
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="PopupRoot"/> class. /// Initializes a new instance of the <see cref="PopupRoot"/> class.
/// </summary> /// </summary>
/// <param name="parent">The popup parent.</param>
/// <param name="impl">The popup implementation.</param>
/// <param name="dependencyResolver"> /// <param name="dependencyResolver">
/// The dependency resolver to use. If null the default dependency resolver will be used. /// The dependency resolver to use. If null the default dependency resolver will be used.
/// </param> /// </param>

Loading…
Cancel
Save