$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83724 - trunk/libs/geometry/doc/doxy
From: barend.gehrels_at_[hidden]
Date: 2013-04-02 17:21:56
Author: barendgehrels
Date: 2013-04-02 17:21:55 EDT (Tue, 02 Apr 2013)
New Revision: 83724
URL: http://svn.boost.org/trac/boost/changeset/83724
Log:
[geometry] fix nested square brackets for 0..n-1
Text files modified: 
   trunk/libs/geometry/doc/doxy/Doxyfile |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/geometry/doc/doxy/Doxyfile
==============================================================================
--- trunk/libs/geometry/doc/doxy/Doxyfile	(original)
+++ trunk/libs/geometry/doc/doxy/Doxyfile	2013-04-02 17:21:55 EDT (Tue, 02 Apr 2013)
@@ -55,7 +55,7 @@
                         tparam_box_or_segment="Any type fulfilling a Box Concept or a Segment Concept" \
                         tparam_calculation="numeric type for calculation (e.g. high precision); if [*void] then it is extracted automatically from the coordinate type and (if necessary) promoted to floating point" \
                         tparam_container="container type, for example std::vector, std::deque" \
-			tparam_dimension_required="Dimension, this template parameter is required. Should contain \[0 .. n-1\] for an n-dimensional geometry" \
+			tparam_dimension_required="Dimension, this template parameter is required. Should contain \\[0 .. n-1\\] for an n-dimensional geometry" \
                         tparam_first_point="first point type" \
                         tparam_functor="Function or class with operator()" \
                         tparam_output_collection="output collection, either a multi-geometry, or a std::vector<Geometry> / std::deque<Geometry> etc" \