Add doxygen comment to main.c

This commit is contained in:
2014-05-10 19:39:20 +02:00
parent 8e4da0763a
commit 2733b17af8

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"