$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84692 - trunk/boost/geometry/algorithms
From: barend.gehrels_at_[hidden]
Date: 2013-06-08 13:12:44
Author: barendgehrels
Date: 2013-06-08 13:12:44 EDT (Sat, 08 Jun 2013)
New Revision: 84692
URL: http://svn.boost.org/trac/boost/changeset/84692
Log:
[geometry] fixed documentation of convex_hull
Text files modified: 
   trunk/boost/geometry/algorithms/convex_hull.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/geometry/algorithms/convex_hull.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/convex_hull.hpp	Sat Jun  8 12:04:46 2013	(r84691)
+++ trunk/boost/geometry/algorithms/convex_hull.hpp	2013-06-08 13:12:44 EDT (Sat, 08 Jun 2013)	(r84692)
@@ -168,8 +168,8 @@
 \brief \brief_calc{convex hull}
 \ingroup convex_hull
 \details \details_calc{convex_hull,convex hull}.
-\tparam Geometry1 \tparam_geometry
-\tparam Geometry2 \tparam_geometry
+\tparam Geometry the input geometry type
+\tparam OutputGeometry the output geometry type
 \param geometry \param_geometry,  input geometry
 \param hull \param_geometry \param_set{convex hull}