-
Notifications
You must be signed in to change notification settings - Fork 596
Move all docs into code comments #3363
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
base: main
Are you sure you want to change the base?
Conversation
|
Triage Summary Labels will be applied to indicate the specific area of the documentation being discussed. This issue is not a regression as it pertains to general documentation management rather than any previous functionality. Additional remarks:
Detailed Summary and ActionsSummary of the triage:
Summary of the actions that will be performed:
This entire triage process was automated by AI and mistakes may have been made. Please let us know so we can continue to improve. |
# Conflicts: # binding/SkiaSharp/SKSurface.cs
| public static long GetResourceCacheTotalByteLimit () => | ||
| (long)SkiaApi.sk_graphics_get_resource_cache_total_byte_limit (); | ||
|
|
||
| /// <param name="bytes"></param> |
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.
Empty? Also, why not the others on the same file?
| return copy; | ||
| } | ||
|
|
||
| /// <param name="obj"></param> |
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.
Same here? Empty on purpose?
| public static SKMatrix CreateIdentity () => | ||
| new SKMatrix { scaleX = 1, scaleY = 1, persp2 = 1 }; | ||
|
|
||
| /// <param name="x"></param> |
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.
Same here, empty on purpose?
Description of Change
We don't want or need the separate repo anymore.
Fixes #3357