Add doxygen comment to main.c

This commit is contained in:
hasufell 2014-05-10 19:39:20 +02:00
parent 8e4da0763a
commit 2733b17af8
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file main.c
* Takes argv[1] as parameter and passes
* it to the glut functions for drawing the file
* in a predefined scene.
* @brief program entry point
*/
#include "gl_draw.h"
#include "half_edge.h"
#include "print.h"