diff --git a/src/half_edge_AS.c b/src/half_edge_AS.c index 4019f78..48ef474 100644 --- a/src/half_edge_AS.c +++ b/src/half_edge_AS.c @@ -17,10 +17,10 @@ */ /** - * @file half_edge.c + * @file half_edge_AS.c * This files only purpose is to assemble the half-edge * data structure from an obj string. - * @brief half-edge assembler + * @brief Half-edge assembler */ #include "common.h"