Doxygen: Remove warning from uncommented code printf and place it in doxygen @warning tag instead
This commit is contained in:
@@ -151,8 +151,6 @@ void bounding_box_update_with_path(GList *vertices, double thickness,
|
||||
GList *vertex_iterator;
|
||||
struct vector_2d pt;
|
||||
|
||||
/* printf("Warning! Function %s not yet implemented correctly!\n", __func__); */
|
||||
|
||||
if (!vertices || !box)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user