From 2df200fce8288d98746d81c9ee50cc2302a1e7e3 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 31 May 2014 17:38:18 +0200 Subject: [PATCH] Update doxygen comments --- src/half_edge_AS.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/half_edge_AS.c b/src/half_edge_AS.c index 8cbf293..7fb7e49 100644 --- a/src/half_edge_AS.c +++ b/src/half_edge_AS.c @@ -238,7 +238,8 @@ static bool assemble_obj_arrays(char const * const obj_string, /** * First stage of assembling the half-edge data structure. * Here we allocate vertices and fill their coordinates - * with the information we have from parsing the obj file. + * with the information we have from parsing the obj file, + * as well as the bezier curves. * All other yet unknown members such as edge are set to * NULL. This function isn't really modular, but makes * reading parse_obj() a bit less painful.