fix function params docs

This commit is contained in:
Recep Aslantas
2018-07-10 11:42:18 +03:00
parent 5d605ce372
commit c5f5032fcc

View File

@@ -180,7 +180,7 @@ glm_eq(float a, float b) {
* *
* @param[in] from from value * @param[in] from from value
* @param[in] to to value * @param[in] to to value
* @param[in] t current value * @param[in] current current value
*/ */
CGLM_INLINE CGLM_INLINE
float float
@@ -198,7 +198,7 @@ glm_percent(float from, float to, float current) {
* *
* @param[in] from from value * @param[in] from from value
* @param[in] to to value * @param[in] to to value
* @param[in] t current value * @param[in] current current value
*/ */
CGLM_INLINE CGLM_INLINE
float float