mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Fix ivec2 doc comment
This commit is contained in:
@@ -80,8 +80,8 @@ glm_ivec2_one(ivec2 v) {
|
|||||||
/*!
|
/*!
|
||||||
* @brief add vector [a] to vector [b] and store result in [dest]
|
* @brief add vector [a] to vector [b] and store result in [dest]
|
||||||
*
|
*
|
||||||
* @param[in] a first vector
|
* @param[in] a first vector
|
||||||
* @param[in] b second vector
|
* @param[in] b second vector
|
||||||
* @param[out] dest destination vector
|
* @param[out] dest destination vector
|
||||||
*/
|
*/
|
||||||
CGLM_INLINE
|
CGLM_INLINE
|
||||||
|
|||||||
Reference in New Issue
Block a user