diff --git a/Point_set_processing_3/include/CGAL/Point_with_normal_3.h b/Point_set_processing_3/include/CGAL/Point_with_normal_3.h index 40be736b1ab..a270b21892c 100644 --- a/Point_set_processing_3/include/CGAL/Point_with_normal_3.h +++ b/Point_set_processing_3/include/CGAL/Point_with_normal_3.h @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2008 INRIA (France). +// Copyright (c) 2007-2009 INRIA (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under @@ -31,9 +31,6 @@ CGAL_BEGIN_NAMESPACE /// - a position, /// - a normal (oriented). /// -/// @heading Is Model for the Concepts: -/// - Model of the PointWithNormal_3 concept. -/// /// @heading Parameters: /// @param Gt Kernel's geometric traits.