Fix doxygen comment

This commit is contained in:
hasufell 2014-05-10 18:39:15 +02:00
parent 8f8f5ad0a2
commit 573b7f3f85
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ bool vector_product(vector *a, vector *b, vector *c)
* of length 1. This function is aliasing safe.
*
* @param a vector
* @param b vector
* @param b vector [out]
* @return true/false for success/failure
*/
bool normalize_vector(vector *a, vector *b)