From 2b6ee203f162d812adebabc0c0ae3f71bd849936 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sun, 23 Jan 2011 16:34:36 +0000 Subject: [PATCH] Missing comma [SVN r68390] --- include/boost/geometry/geometries/point_xy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/geometries/point_xy.hpp b/include/boost/geometry/geometries/point_xy.hpp index 7dd1028ab..6d24850f6 100644 --- a/include/boost/geometry/geometries/point_xy.hpp +++ b/include/boost/geometry/geometries/point_xy.hpp @@ -27,7 +27,7 @@ namespace model { namespace d2 \tparam CoordinateType numeric type, for example, double, float, int \tparam CoordinateSystem coordinate system, defaults to cs::cartesian -\qbk{before.synopsis +\qbk{before.synopsis, [heading Model of] [link geometry.reference.concepts.concept_point Point Concept] }