Skip to content

Add XML documentation to AndroidBitmapInfo struct#11362

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-missing-xml-documentation-again
Open

Add XML documentation to AndroidBitmapInfo struct#11362
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-missing-xml-documentation-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 14, 2026

AndroidBitmapInfo is a public struct with no XML doc comments. Added standard .NET documentation to all public members.

  • Struct-level <summary> and <remarks> describing relationship to native NDK AndroidBitmapInfo
  • <summary> on Width, Height, Stride, Format properties
  • <inheritdoc /> on GetHashCode() and Equals(object)
  • Full <summary>, <param>, <returns> on Equals(AndroidBitmapInfo)

No logic changes.

Agent-Logs-Url: https://github.com/dotnet/android/sessions/94bad1f7-ac87-433a-87de-878933f5d1e7

Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Copilot AI changed the title [WIP] Add XML documentation to AndroidBitmapInfo struct Add XML documentation to AndroidBitmapInfo struct May 14, 2026
Copilot AI requested a review from jonathanpeppers May 14, 2026 22:27
@jonathanpeppers jonathanpeppers marked this pull request as ready for review May 14, 2026 22:28
Copilot AI review requested due to automatic review settings May 14, 2026 22:28
Copy link
Copy Markdown
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 pull request adds XML documentation to the public AndroidBitmapInfo struct in Mono.Android, aligning the managed API docs with its relationship to the native NDK AndroidBitmapInfo type and improving IntelliSense/documentation output without changing behavior.

Changes:

  • Added struct-level <summary> and <remarks> describing usage and the native NDK relationship (including an external NDK reference link).
  • Added <summary> documentation for Width, Height, Stride, and Format.
  • Added <inheritdoc /> for GetHashCode() and Equals(object), and full XML docs for Equals(AndroidBitmapInfo).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix-finder] Add missing XML documentation to AndroidBitmapInfo struct in Android.Graphics

3 participants