Removed \file in an example.

This commit is contained in:
Philipp Möller 2012-09-11 08:57:30 +00:00
parent 513eaf63f1
commit 4b3963a1d0
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
/*!
\file
\brief Example for a the convex hull algorithm reading and writing points from and to a built-in array.
*/
#include <iostream> #include <iostream>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/convex_hull_2.h> #include <CGAL/convex_hull_2.h>