Unity-Technologies / Unity.Mathematics

The C# math library used in Unity providing vector types and math functions with a shader like syntax
Other
1.38k stars 156 forks source link

Update documentation to fix validation errors #189

Closed unpacklo closed 3 years ago

unpacklo commented 3 years ago

To keep Mathematics in a releasable state, we need to be sure the package is completely documented. This PR does this by generating doc strings for all the generated code and all hand written functions also have documentation.

jo3w4rd commented 3 years ago

Note that I'm "approving" this PR, but I highly suggest that you remove the empty XML doc comments.