From 0962f7d2e78ba4a81e4843774b947b13e316f44b Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sat, 8 Jul 2023 12:19:22 +0300 Subject: [PATCH] fix param name in inline doc --- include/cglm/struct/affine-mat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cglm/struct/affine-mat.h b/include/cglm/struct/affine-mat.h index 78a6a40..e1d4ff3 100644 --- a/include/cglm/struct/affine-mat.h +++ b/include/cglm/struct/affine-mat.h @@ -78,8 +78,8 @@ glms_mul_rot(mat4s m1, mat4s m2){ * | 0 1 | | 0 1 | * @endcode * - * @param[in] mat matrix - * @returns destination matrix + * @param[in] m matrix + * @returns destination matrix */ CGLM_INLINE mat4s