Add doxygen comment to main.c
This commit is contained in:
parent
8e4da0763a
commit
2733b17af8
@ -16,6 +16,14 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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 "gl_draw.h"
|
||||||
#include "half_edge.h"
|
#include "half_edge.h"
|
||||||
#include "print.h"
|
#include "print.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user