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

@@ -178,9 +178,9 @@ glm_eq(float a, float b) {
* *
* maybe fraction could be alternative name. * maybe fraction could be alternative name.
* *
* @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
@@ -196,9 +196,9 @@ glm_percent(float from, float to, float current) {
/*! /*!
* @brief clamped percentage of current value between start and end value * @brief clamped percentage of current value between start and end value
* *
* @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