From 4c20bca7e983b674ed51260f8861b596ab3c937c Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 19 May 2014 18:13:51 +0200 Subject: [PATCH] Improve doxygen comments --- src/half_edge.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/half_edge.c b/src/half_edge.c index 5e89497..2fbd0d0 100644 --- a/src/half_edge.c +++ b/src/half_edge.c @@ -256,6 +256,7 @@ float get_normalized_scale_factor(HE_obj const * const obj) * is modified! * * @param obj the object we want to scale [mod] + * @return true/false for success/failure */ bool normalize_object(HE_obj *obj) {