docs: fix mat#x# comments and documentation

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
Vincent Davis Jr
2023-07-16 15:31:38 -04:00
parent 8966f296ac
commit 82892085b3
13 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
GLMS_MAT2X4_ZERO
Functions:
CGLM_INLINE float glms_mat2x4_make(float * __restrict src);
CGLM_INLINE mat2x4s glms_mat2x4_make(float * __restrict src);
*/
#ifndef cglms_mat2x4_h