Skip to content

Conversation

@jfversluis
Copy link
Member

Some fixes in the API/XML docs to fix warnings in the docs build system

@jfversluis jfversluis added area-docs Conceptual docs, API docs, Samples t/housekeeping ♻︎ labels Jul 29, 2025
@jfversluis jfversluis marked this pull request as ready for review July 30, 2025 11:55
Copilot AI review requested due to automatic review settings July 30, 2025 11:55
@jfversluis jfversluis requested a review from a team as a code owner July 30, 2025 11:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes API documentation warnings in the build system by replacing broken inheritdoc references with proper XML documentation comments. The changes ensure that XML documentation builds correctly by providing explicit documentation instead of relying on inheritance references that were causing build warnings.

Key changes:

  • Replace broken inheritdoc references with explicit XML documentation
  • Fix invalid cross-references that were causing documentation build warnings
  • Standardize documentation format across multiple UI control classes

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.

File Description
src/Controls/src/Core/TemplatedView/TemplatedView.cs Replace broken inheritdoc references with explicit documentation for IsClippedToBounds and CascadeInputTransparent properties
src/Controls/src/Core/ScrollView/ScrollView.cs Replace inheritdoc reference with explicit documentation for CascadeInputTransparent property
src/Controls/src/Core/HybridWebView/HybridWebView.cs Replace generic inheritdoc with detailed method documentation for InvokeJavaScriptAsync
src/Controls/src/Core/ContentPresenter.cs Replace inheritdoc reference with explicit documentation for CascadeInputTransparent property

@jfversluis jfversluis merged commit bce20eb into net10.0 Jul 30, 2025
1 of 34 checks passed
@jfversluis jfversluis deleted the api-docs-fixes branch July 30, 2025 12:00
@github-actions github-actions bot locked and limited conversation to collaborators Aug 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-docs Conceptual docs, API docs, Samples t/housekeeping ♻︎

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants