From 4dade4ff2ca578697032417d94c0826497e75e1a Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 12 May 2014 21:00:31 +0200 Subject: [PATCH] Fix doxygen comments --- src/half_edge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/half_edge.c b/src/half_edge.c index cd8ce52..ca6adb8 100644 --- a/src/half_edge.c +++ b/src/half_edge.c @@ -48,8 +48,8 @@ static HE_edge **get_all_emanating_edges(HE_vert const * const vert, * Get all edges that emanate from vertice and return a pointer * to that array with the size of ec_out. * - * @param vertice the vertice to get the emanating edges of - * @param ec the edge counter is saved here [out] + * @param vert the vertice to get the emanating edges of + * @param ec_out the edge counter is saved here [out] * @return pointer to an array of half-edges, size ec_out */ static HE_edge **get_all_emanating_edges(HE_vert const * const vert,