play around with \file

This commit is contained in:
Andreas Fabri 2012-09-04 09:10:45 +00:00
parent fc1a5126c7
commit e12f7a09d3
1 changed files with 3 additions and 2 deletions

View File

@ -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>