Fix doxygen file comment

This commit is contained in:
hasufell 2014-05-16 20:20:42 +02:00
parent cd864fa1ba
commit a9bd5ae144
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 2 deletions

View File

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