Fix doxygen comment

This commit is contained in:
hasufell 2014-05-09 19:50:56 +02:00
parent d0dfba689b
commit f68eaed204
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 4 additions and 2 deletions

View File

@ -57,9 +57,11 @@ static HE_vert *find_center(HE_obj const * const obj);
/**
* Scales down the object to the size of 1.
* Calculates the factor that can be used to scaled down the object
* to the size of 1.
*
* @param the object we want to scale
* @param obj the object we want to scale
* @return the corresponding scale factor
*/
static float scale_object_normalized(HE_obj const * const obj)
{