Move all docs into code comments#3363
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.
Empty? Also, why not the others on the same file?
| return copy; | ||
| } | ||
|
|
||
| /// <param name="obj"></param> |
There was a problem hiding this comment.
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.
Same here, empty on purpose?
|
Closing this for now as the automated tooling to process nugets do not support nugets with different apis in different tfms. For now, we still have to use a separate docs repo. I will continue to investigate, but right now these docs are out of date. |
Description of Change
We don't want or need the separate repo anymore.
Fixes #3357