From 2a6da93c85e712ded5fff738e72bec48d208c11c Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 11 Jul 2014 02:44:55 +0200 Subject: [PATCH] [core][doc] Improve template parameter name and add the description. --- include/boost/geometry/core/cs.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/geometry/core/cs.hpp b/include/boost/geometry/core/cs.hpp index dd120ffd3..cf6c56b53 100644 --- a/include/boost/geometry/core/cs.hpp +++ b/include/boost/geometry/core/cs.hpp @@ -185,20 +185,22 @@ struct cs_tag /*! \brief Meta-function returning coordinate system tag (cs family) of any geometry +\tparam Geometry \tparam_geometry \ingroup core */ -template +template struct cs_tag { typedef typename traits::cs_tag < - typename geometry::coordinate_system::type + typename geometry::coordinate_system::type >::type type; }; /*! \brief Meta-function to verify if a coordinate system is radian +\tparam CoordinateSystem Any coordinate system. \ingroup core */ template