$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67523 - sandbox/icl/libs/icl/doc
From: afojgo_at_[hidden]
Date: 2010-12-31 12:18:14
Author: jofaber
Date: 2010-12-31 12:18:10 EST (Fri, 31 Dec 2010)
New Revision: 67523
URL: http://svn.boost.org/trac/boost/changeset/67523
Log:
Some corrections in quickbook docs.
Text files modified: 
   sandbox/icl/libs/icl/doc/concepts.qbk                   |     4 ++--                                    
   sandbox/icl/libs/icl/doc/examples.qbk                   |     4 ++--                                    
   sandbox/icl/libs/icl/doc/functions.qbk                  |     2 +-                                      
   sandbox/icl/libs/icl/doc/functions_addition.qbk         |     2 +-                                      
   sandbox/icl/libs/icl/doc/functions_equivs_orderings.qbk |    10 ++++------                              
   sandbox/icl/libs/icl/doc/functions_subtraction.qbk      |     2 +-                                      
   sandbox/icl/libs/icl/doc/introduction.qbk               |     2 +-                                      
   7 files changed, 12 insertions(+), 14 deletions(-)
Modified: sandbox/icl/libs/icl/doc/concepts.qbk
==============================================================================
--- sandbox/icl/libs/icl/doc/concepts.qbk	(original)
+++ sandbox/icl/libs/icl/doc/concepts.qbk	2010-12-31 12:18:10 EST (Fri, 31 Dec 2010)
@@ -75,7 +75,7 @@
 [[Practical][interval_sets(maps) can be used as sets(maps) 
              of elements(element value pairs)             ]
                                                            [Segmentation information is available. 
-                                                            See e.g. [link boost_icl.examples.month_and_week_grid Time grids for months and weeks]]]
+                                                            See e.g. [link boost_icl.examples.time_grids Time grids for months and weeks]]]
 ]
 
 On the __conceptual__ aspect
@@ -173,7 +173,7 @@
 `operator +=` and `operator -=`.
 [endsect][/ Abstract Sets and Maps]
 
-[section Addability, Subtractability and Aggregate on Overlap]
+[section:aggrovering Addability, Subtractability and Aggregate on Overlap]
 
 While ['*addition*] and ['*subtraction*] on `Sets` 
 are implemented as ['*set union*] and ['*set difference*], 
Modified: sandbox/icl/libs/icl/doc/examples.qbk
==============================================================================
--- sandbox/icl/libs/icl/doc/examples.qbk	(original)
+++ sandbox/icl/libs/icl/doc/examples.qbk	2010-12-31 12:18:10 EST (Fri, 31 Dec 2010)
@@ -39,7 +39,7 @@
                      [Using /aggregate on overlap/ the heights of the party's tallest guests are computed.  
                       Associated values are aggregated via a maximum functor, that can 
                       be chosen as template parameter of an interval_map class template.]]
-    [[advanced][[link boost_icl.examples.time_grids_for_months_and_weeks Time grids for months and weeks]]
+    [[advanced][[link boost_icl.examples.time_grids Time grids for months and weeks]]
                                 [__spl_itv_set__]
                                              [Shows how the ['*border preserving*]
                                               __spl_itv_set__ can be used to create time partitions where different
@@ -234,7 +234,7 @@
 
 [endsect]
 
-[section Time grids for months and weeks]
+[section:time_grids Time grids for months and weeks]
 
 A __spl_itv_set__ preserves all interval borders on insertion
 and intersection operations. So given a __spl_itv_set__ and an addition of an interval
Modified: sandbox/icl/libs/icl/doc/functions.qbk
==============================================================================
--- sandbox/icl/libs/icl/doc/functions.qbk	(original)
+++ sandbox/icl/libs/icl/doc/functions.qbk	2010-12-31 12:18:10 EST (Fri, 31 Dec 2010)
@@ -35,7 +35,7 @@
 This section covers the most important polymorphical and namespace global
 functions of the *icl*. More specific functions can be looked up
 in the doxygen generated
-[link interval_template_library_reference reference documentation].
+[link interval_container_library_reference reference documentation].
 
 [section Overload tables]
 
Modified: sandbox/icl/libs/icl/doc/functions_addition.qbk
==============================================================================
--- sandbox/icl/libs/icl/doc/functions_addition.qbk	(original)
+++ sandbox/icl/libs/icl/doc/functions_addition.qbk	2010-12-31 12:18:10 EST (Fri, 31 Dec 2010)
@@ -49,7 +49,7 @@
           for element maps and /aggregate on overlap/ for interval maps. 
         
           Find more on 
-          [link boost_icl.concepts.addability__subtractability_and_aggregate_on_overlap ['addability of maps]]
+          [link boost_icl.concepts.aggrovering ['addability of maps]]
           and related 
           [link boost_icl.semantics.maps ['semantic issues]] 
           following the links. 
Modified: sandbox/icl/libs/icl/doc/functions_equivs_orderings.qbk
==============================================================================
--- sandbox/icl/libs/icl/doc/functions_equivs_orderings.qbk	(original)
+++ sandbox/icl/libs/icl/doc/functions_equivs_orderings.qbk	2010-12-31 12:18:10 EST (Fri, 31 Dec 2010)
@@ -34,7 +34,7 @@
 
 [section Less on Intervals]
 
-[
+[table
 [[ ]    [Types][]]
 [[`x < y`]   [__i]   [`x` begins before `y` or, for equal beginnings `x` ends before `y`]]
 ]
@@ -53,13 +53,11 @@
 bound. This generalized lexicogrphical comparison in intervals
 can also be specified this way:
 
-`x < y := x` begins before `y` or, for equal beginnings `x` ends before `y`
-
-[
+[table
 []
-[[`x < y`]  [`:=`]  [`x` begins before `y` or, for equal beginnings `x` ends before `y`.
+[[`x < y`]  [`:=`]  [`x` begins before `y` or, for equal beginnings `x` ends before `y`.]]
               
-                     The other operators can be deduced in the usual way]]
+[[]         []      [The other operators can be deduced in the usual way]]
 [[`x > y`]  [`:=`]  [`y < x`] ] 
 [[`x <= y`] [`:=`]  [`!(y < x)`] ] 
 [[`x >= y`] [`:=`]  [`!(x < y)`] ] 
Modified: sandbox/icl/libs/icl/doc/functions_subtraction.qbk
==============================================================================
--- sandbox/icl/libs/icl/doc/functions_subtraction.qbk	(original)
+++ sandbox/icl/libs/icl/doc/functions_subtraction.qbk	2010-12-31 12:18:10 EST (Fri, 31 Dec 2010)
@@ -37,7 +37,7 @@
           the effect of the corresponding addition function.
         
           Find more on 
-          [link boost_icl.concepts.addability__subtractability_and_aggregate_on_overlap ['subtractability of maps]]
+          [link boost_icl.concepts.aggrovering ['subtractability of maps]]
           and related 
           [link boost_icl.semantics.maps ['semantic issues]] 
           following the links. 
Modified: sandbox/icl/libs/icl/doc/introduction.qbk
==============================================================================
--- sandbox/icl/libs/icl/doc/introduction.qbk	(original)
+++ sandbox/icl/libs/icl/doc/introduction.qbk	2010-12-31 12:18:10 EST (Fri, 31 Dec 2010)
@@ -292,7 +292,7 @@
 have an ['*insertion memory*]. They do accumulate interval borders both 
 from additions and intersections. This is specifically useful, if we want
 to enrich an interval container with certain time grids, like e.g. months 
-or calendar weeks or both. See example [link boost_icl.examples.month_and_week_grid time grids for months and weeks].
+or calendar weeks or both. See example [link boost_icl.examples.time_grids time grids for months and weeks].
 
 [h4 Separating interval containers]