Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83727 - in trunk/libs: container/doc interprocess/doc intrusive/doc move/doc
From: igaztanaga_at_[hidden]
Date: 2013-04-02 18:43:00


Author: igaztanaga
Date: 2013-04-02 18:42:58 EDT (Tue, 02 Apr 2013)
New Revision: 83727
URL: http://svn.boost.org/trac/boost/changeset/83727

Log:
Removed unused images from documentation and fixed some qbk [endsect] tags.
Text files modified:
   trunk/libs/container/doc/Jamfile.v2 | 2 ++
   trunk/libs/container/doc/container.qbk | 3 ++-
   trunk/libs/interprocess/doc/Jamfile.v2 | 4 +---
   trunk/libs/interprocess/doc/interprocess.qbk | 7 +++++++
   trunk/libs/intrusive/doc/intrusive.qbk | 3 ++-
   trunk/libs/move/doc/Jamfile.v2 | 4 ++--
   6 files changed, 16 insertions(+), 7 deletions(-)

Modified: trunk/libs/container/doc/Jamfile.v2
==============================================================================
--- trunk/libs/container/doc/Jamfile.v2 (original)
+++ trunk/libs/container/doc/Jamfile.v2 2013-04-02 18:42:58 EDT (Tue, 02 Apr 2013)
@@ -50,6 +50,8 @@
    :
         <format>html:<xsl:param>boost.root=../../../..
         <format>html:<xsl:param>boost.libraries=../../../../libs/libraries.htm
+ <format>html:<xsl:param>img.src.path=../../../../doc/html/
+ <format>xhtml:<xsl:param>img.src.path=../../../../doc/html/
         <xsl:param>generate.section.toc.level=3
         <xsl:param>chunk.first.sections=1
         <format>pdf:<xsl:param>img.src.path=$(images_location)/

Modified: trunk/libs/container/doc/container.qbk
==============================================================================
--- trunk/libs/container/doc/container.qbk (original)
+++ trunk/libs/container/doc/container.qbk 2013-04-02 18:42:58 EDT (Tue, 02 Apr 2013)
@@ -253,7 +253,7 @@
 insertion/deletion, minimal memory overhead, etc.)?
 The following image describes the layout of a possible data structure upon which to base the design of a stable vector:
 
-[$images/stable_vector.png [width 50%] [align center] ]
+[$../../libs/container/doc/html/images/stable_vector.png [width 50%] [align center] ]
 
 Each element is stored in its own separate node. All the nodes are referenced from a contiguous array of pointers, but
 also every node contains an "up" pointer referring back to the associated array cell. This up pointer is the key element
@@ -667,6 +667,7 @@
               [@https://svn.boost.org/trac/boost/ticket/7969 #7969],
               [@https://svn.boost.org/trac/boost/ticket/8118 #8118],
               [@https://svn.boost.org/trac/boost/ticket/8294 #8294].
+
 [endsect]
 
 [section:release_notes_boost_1_53_00 Boost 1.53 Release]

Modified: trunk/libs/interprocess/doc/Jamfile.v2
==============================================================================
--- trunk/libs/interprocess/doc/Jamfile.v2 (original)
+++ trunk/libs/interprocess/doc/Jamfile.v2 2013-04-02 18:42:58 EDT (Tue, 02 Apr 2013)
@@ -54,10 +54,8 @@
    :
         <format>html:<xsl:param>boost.root=../../../..
         <format>html:<xsl:param>boost.libraries=../../../../libs/libraries.htm
- <xsl:param>toc.max.depth=1
- <xsl:param>toc.section.depth=2
+ <xsl:param>generate.section.toc.level=3
         <xsl:param>chunk.first.sections=1
- <xsl:param>chunk.section.depth=2
         <dependency>autodoc
         <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
         # Build requirements go here:

Modified: trunk/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- trunk/libs/interprocess/doc/interprocess.qbk (original)
+++ trunk/libs/interprocess/doc/interprocess.qbk 2013-04-02 18:42:58 EDT (Tue, 02 Apr 2013)
@@ -4751,6 +4751,7 @@
 [doc_cached_node_allocator]
 
 [endsect]
+
 [endsect]
 
 [section:stl_allocators_adaptive Adaptive pool node allocators]
@@ -6002,6 +6003,7 @@
 * [classref boost::interprocess::basic_managed_external_buffer basic_managed_external_buffer] (for user provided external buffer).
 
 [endsect]
+
 [endsect]
 
 [section:allocators_containers Allocators and containers]
@@ -6720,6 +6722,7 @@
               [@https://svn.boost.org/trac/boost/ticket/7923 #7923],
               [@https://svn.boost.org/trac/boost/ticket/7924 #7924],
               [@https://svn.boost.org/trac/boost/ticket/7928 #7928].
+
 [endsect]
 
 [section:release_notes_boost_1_53_00 Boost 1.53 Release]
@@ -7246,6 +7249,8 @@
 
 [include auto_index_helpers.qbk]
 
+[section:indexes_reference Indexes and Reference]
+
 [section:index Indexes]
 
 [named_index class_name Class Index]
@@ -7257,3 +7262,5 @@
 [endsect]
 
 [xinclude autodoc.xml]
+
+[endsect]

Modified: trunk/libs/intrusive/doc/intrusive.qbk
==============================================================================
--- trunk/libs/intrusive/doc/intrusive.qbk (original)
+++ trunk/libs/intrusive/doc/intrusive.qbk 2013-04-02 18:42:58 EDT (Tue, 02 Apr 2013)
@@ -3040,6 +3040,7 @@
 /
 /[endsect]
 /]
+
 [endsect]
 
 [section:value_traits Containers with custom ValueTraits]
@@ -4056,4 +4057,4 @@
 
 [endsect]
 
-[xinclude autodoc.xml]
\ No newline at end of file
+[xinclude autodoc.xml]

Modified: trunk/libs/move/doc/Jamfile.v2
==============================================================================
--- trunk/libs/move/doc/Jamfile.v2 (original)
+++ trunk/libs/move/doc/Jamfile.v2 2013-04-02 18:42:58 EDT (Tue, 02 Apr 2013)
@@ -30,8 +30,8 @@
    :
       move
    :
- <xsl:param>boost.root=../../../..
- <xsl:param>boost.libraries=../../../../libs/libraries.htm
+ <format>html:<xsl:param>boost.root=../../../..
+ <format>html:<xsl:param>boost.libraries=../../../../libs/libraries.htm
         <xsl:param>generate.section.toc.level=3
         <xsl:param>chunk.first.sections=1
         <dependency>autodoc


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk