mirror of https://github.com/CGAL/cgal
play around with \file
This commit is contained in:
parent
fc1a5126c7
commit
e12f7a09d3
|
|
@ -1,7 +1,8 @@
|
||||||
/*!
|
/*!
|
||||||
\file array_convex_hull_2.cpp
|
\file
|
||||||
Example for a the convex hull algorithm reading and writing points from and to a built-in array.
|
\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