From 4b3963a1d0074e519cfde50e703ecd274ebf574b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Tue, 11 Sep 2012 08:57:30 +0000 Subject: [PATCH] Removed \file in an example. --- Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp b/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp index 38ada449f50..6d58f8fc0aa 100644 --- a/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp +++ b/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp @@ -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 #include #include