mirror of https://github.com/CGAL/cgal
Removed \file in an example.
This commit is contained in:
parent
513eaf63f1
commit
4b3963a1d0
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue