Skip to content

Conversation

@mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Sep 5, 2025

Description of Change

We don't want or need the separate repo anymore.

Fixes #3357

@github-actions
Copy link

github-actions bot commented Sep 5, 2025

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:

  • The issue focuses on moving documentation into code comments, but lacks any reference to specific platforms or technologies, resulting in limited label applicability.
Detailed Summary and Actions

Summary of the triage:

  • The issue focuses on the movement of documentation into code comments.
  • The only relevant label to apply is related to documentation (area/Docs).
  • There are no references to specific operating systems, backend technologies, or frameworks that match existing labels.
  • The issue does not describe compatibility, performance, or reliability concerns.

Summary of the actions that will be performed:

Action Item Description
Apply Label area/Docs The issue discusses the movement of documentation into code comments, directly relating to documentation matters.

This entire triage process was automated by AI and mistakes may have been made. Please let us know so we can continue to improve.

@github-actions github-actions bot added the area/Docs Issues relating to documentation, such as API docs or conceptual docs. label Sep 5, 2025
@mattleibow mattleibow moved this to Ready To Review in SkiaSharp Backlog Sep 11, 2025
public static long GetResourceCacheTotalByteLimit () =>
(long)SkiaApi.sk_graphics_get_resource_cache_total_byte_limit ();

/// <param name="bytes"></param>
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

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?

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

Labels

area/Docs Issues relating to documentation, such as API docs or conceptual docs.

Projects

Status: Ready To Review

Development

Successfully merging this pull request may close these issues.

Migrate to inline code docs

3 participants