$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60441 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-10 13:30:47
Author: e_r
Date: 2010-03-10 13:30:46 EST (Wed, 10 Mar 2010)
New Revision: 60441
URL: http://svn.boost.org/trac/boost/changeset/60441
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/libs/assign/doc/index.html |    10 +++++-----                              
   1 files changed, 5 insertions(+), 5 deletions(-)
Modified: sandbox/statistics/detail/assign/libs/assign/doc/index.html
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/doc/index.html	(original)
+++ sandbox/statistics/detail/assign/libs/assign/doc/index.html	2010-03-10 13:30:46 EST (Wed, 10 Mar 2010)
@@ -786,11 +786,11 @@
 
   <h3><a name="auto_size">Auto-size</a></h3>
 
-  <p>The functions ref_list_of(), ref_csv() and their 
-  variants, operate under the same principle as those in the rest of this library and are therefore in the same namespace, <code>boost::assign</code>. 
-  Their proxy objects, however, are in <code>boost::assign::detail::auto_size</code>. In this framework, a collection of references from 
-  passed argument is first aggregated into nested compile time expressions, the last of which is fitted, as needed, with iterators and 
-  conversion operations. This is in contrast to other parts of this library, where a passed argument is either
+  <p> This section is about proxy objects that are in <code>boost::assign::detail::auto_size</code>. The functions 
+  that return them, however, ref_list_of(), ref_csv() 
+  and their variants, operate under the same principle as those in the rest of this library and are therefore in namespace, <code>boost::assign</code>. 
+  In this framework, a collection of references from passed argument is first aggregated into nested compile time expressions, the last of which is fitted, 
+  as needed, with iterators and  conversion operations. This is in contrast to other parts of this library, where a passed argument is either
   directly inserted into its destination container or stored in a runtime-fashion. 
   </p>