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

@@ -183,7 +183,7 @@ Functions documentation
Create mat2 matrix from pointer
| NOTE: **@src** must contain 4 elements.
| NOTE: **@src** must contain at least 4 elements.
Parameters:
| *[in]* **src** pointer to an array of floats

View File

@@ -11,7 +11,7 @@ Table of contents (click to go):
Macros:
1. GLM_MAT2X3_ZERO_INIT
#. GLM_MAT2x3_ZERO
#. GLM_MAT2X3_ZERO
Functions:

View File

@@ -11,7 +11,7 @@ Table of contents (click to go):
Macros:
1. GLM_MAT2X4_ZERO_INIT
#. GLM_MAT2x4_ZERO
#. GLM_MAT2X4_ZERO
Functions:

View File

@@ -193,7 +193,7 @@ Functions documentation
Create mat3 matrix from pointer
| NOTE: **@src** must contain 9 elements.
| NOTE: **@src** must contain at least 9 elements.
Parameters:
| *[in]* **src** pointer to an array of floats

View File

@@ -11,7 +11,7 @@ Table of contents (click to go):
Macros:
1. GLM_MAT3X2_ZERO_INIT
#. GLM_MAT3x2_ZERO
#. GLM_MAT3X2_ZERO
Functions:

View File

@@ -308,7 +308,7 @@ Functions documentation
Create mat4 matrix from pointer
| NOTE: **@src** must contain 16 elements.
| NOTE: **@src** must contain at least 16 elements.
Parameters:
| *[in]* **src** pointer to an array of floats