From e12f7a09d39a47982b2ac6cdb549cfb5f29ee5ec Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 4 Sep 2012 09:10:45 +0000 Subject: [PATCH] play around with \file --- Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 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 b58ee3487b7..38ada449f50 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,7 +1,8 @@ /*! -\file array_convex_hull_2.cpp -Example for a the convex hull algorithm reading and writing points from and to a built-in array. +\file +\brief Example for a the convex hull algorithm reading and writing points from and to a built-in array. */ + #include #include #include