From 2733b17af84ee9eca84a9640bce9ed487b40c512 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 10 May 2014 19:39:20 +0200 Subject: [PATCH] Add doxygen comment to main.c --- src/main.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main.c b/src/main.c index 2377745..deb70ef 100644 --- a/src/main.c +++ b/src/main.c @@ -16,6 +16,14 @@ * along with this program. If not, see . */ +/** + * @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"