Fix doxygen comments

This commit is contained in:
hasufell 2014-05-12 21:00:31 +02:00
parent e3496117ab
commit 4dade4ff2c
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 2 deletions

View File

@ -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,