From f68eaed2048c600aafdb80e7834ff92df44968a3 Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 9 May 2014 19:50:56 +0200 Subject: [PATCH] Fix doxygen comment --- src/gl_draw.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gl_draw.c b/src/gl_draw.c index b64b23c..e23cacb 100644 --- a/src/gl_draw.c +++ b/src/gl_draw.c @@ -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) {