-
Notifications
You must be signed in to change notification settings - Fork 1.9k
API docs fixes #30895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API docs fixes #30895
Conversation
There was a problem hiding this 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
inheritdocreferences 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 |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Some fixes in the API/XML docs to fix warnings in the docs build system