From a4026b63e6fb47cad29330d37542addf9bc20684 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 15 May 2014 18:34:07 +0200 Subject: [PATCH] Fix doxygen comment --- src/half_edge.c | 2 +- src/half_edge.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/half_edge.c b/src/half_edge.c index 265ca80..19f20cf 100644 --- a/src/half_edge.c +++ b/src/half_edge.c @@ -65,7 +65,7 @@ static bool get_all_emanating_edges(HE_vert const * const vert, * @param edge_array_out address of the 2d edge array to save * the result in [out] * @param ec_out the edge counter is saved here [out] - * @return pointer to an array of half-edges, size ec_out + * @return true/false for success/failure */ static bool get_all_emanating_edges(HE_vert const * const vert, HE_edge ***edge_array_out, diff --git a/src/half_edge.h b/src/half_edge.h index c9f7a74..3fd2328 100644 --- a/src/half_edge.h +++ b/src/half_edge.h @@ -132,7 +132,7 @@ struct HE_edge { /** * Represents a vertex with a random attached - * hald-edge. + * half-edge. */ struct HE_vert { /**