From d3c4e9b5e6b09334588c344aa0b4b7c6c90baf51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 19 Nov 2012 16:19:09 +0100 Subject: [PATCH] remove documentation warnings --- .../Concepts/SegmentDelaunayGraphTraits_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Concepts/SegmentDelaunayGraphTraits_2.h b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Concepts/SegmentDelaunayGraphTraits_2.h index 43059a486be..fd25ad7a162 100644 --- a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Concepts/SegmentDelaunayGraphTraits_2.h +++ b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Concepts/SegmentDelaunayGraphTraits_2.h @@ -74,7 +74,7 @@ if the segment Delaunay graph is inserted in a stream. typedef Hidden_type Segment_2; /*! -A type for the field number type of sites, points, etc.. +A type for the field number type of sites, points, etc... */ typedef Hidden_type FT; @@ -97,7 +97,7 @@ type of the arrangement of two sites. The possible values are `TOUCHING_21_INTERIOR_2`, `TOUCHING_22_INTERIOR_1`, `TOUCHING_22_INTERIOR_2`. A detailed description of the meaning of these values is shown the end of the reference manual for this -concept. (to be done) +concept. */ typedef Hidden_type Arrangement_type;