Fix doxygen comment

This commit is contained in:
hasufell 2014-05-15 18:34:07 +02:00
parent 80ccc24564
commit a4026b63e6
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 2 additions and 2 deletions

View File

@ -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 * @param edge_array_out address of the 2d edge array to save
* the result in [out] * the result in [out]
* @param ec_out the edge counter is saved here [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, static bool get_all_emanating_edges(HE_vert const * const vert,
HE_edge ***edge_array_out, HE_edge ***edge_array_out,

View File

@ -132,7 +132,7 @@ struct HE_edge {
/** /**
* Represents a vertex with a random attached * Represents a vertex with a random attached
* hald-edge. * half-edge.
*/ */
struct HE_vert { struct HE_vert {
/** /**