Add XML documentation to AndroidBitmapInfo struct#11362
Open
Copilot wants to merge 2 commits into
Open
Conversation
Closed
7 tasks
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 May 14, 2026
AndroidBitmapInfo struct
Contributor
There was a problem hiding this comment.
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 forWidth,Height,Stride, andFormat. - Added
<inheritdoc />forGetHashCode()andEquals(object), and full XML docs forEquals(AndroidBitmapInfo).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AndroidBitmapInfois a public struct with no XML doc comments. Added standard .NET documentation to all public members.<summary>and<remarks>describing relationship to native NDKAndroidBitmapInfo<summary>onWidth,Height,Stride,Formatproperties<inheritdoc />onGetHashCode()andEquals(object)<summary>,<param>,<returns>onEquals(AndroidBitmapInfo)No logic changes.