Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51252 - in trunk/libs/graph/quickbook: . concepts reference
From: asutton_at_[hidden]
Date: 2009-02-14 09:26:07


Author: asutton
Date: 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
New Revision: 51252
URL: http://svn.boost.org/trac/boost/changeset/51252

Log:
Fixing doc build, updating doc headers
Text files modified:
   trunk/libs/graph/quickbook/Jamfile.v2 | 74 +++++----------------------------------
   trunk/libs/graph/quickbook/concepts/a_star_visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/adjacency_graph.qbk | 2
   trunk/libs/graph/quickbook/concepts/adjacency_matrix.qbk | 2
   trunk/libs/graph/quickbook/concepts/bellman_ford_visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/bfs_visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/bidirectional_graph.qbk | 2
   trunk/libs/graph/quickbook/concepts/clique_visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/concepts.qbk | 2
   trunk/libs/graph/quickbook/concepts/cycle_visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/degree_measure.qbk | 2
   trunk/libs/graph/quickbook/concepts/descriptor.qbk | 2
   trunk/libs/graph/quickbook/concepts/dfs_visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/dijkstra_visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/distance_measure.qbk | 2
   trunk/libs/graph/quickbook/concepts/edge_index_graph.qbk | 7 +--
   trunk/libs/graph/quickbook/concepts/edge_list_graph.qbk | 2
   trunk/libs/graph/quickbook/concepts/event_visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/event_visitor_list.qbk | 2
   trunk/libs/graph/quickbook/concepts/graph.qbk | 2
   trunk/libs/graph/quickbook/concepts/graphs.qbk | 2
   trunk/libs/graph/quickbook/concepts/incidence_graph.qbk | 2
   trunk/libs/graph/quickbook/concepts/mutable_graph.qbk | 4 +-
   trunk/libs/graph/quickbook/concepts/mutable_property_graph.qbk | 2
   trunk/libs/graph/quickbook/concepts/numeric_value.qbk | 2
   trunk/libs/graph/quickbook/concepts/property_graph.qbk | 2
   trunk/libs/graph/quickbook/concepts/utility.qbk | 2
   trunk/libs/graph/quickbook/concepts/vertex_index_graph.qbk | 7 +--
   trunk/libs/graph/quickbook/concepts/vertex_list_graph.qbk | 2
   trunk/libs/graph/quickbook/concepts/visitor.qbk | 2
   trunk/libs/graph/quickbook/concepts/visitors.qbk | 2
   trunk/libs/graph/quickbook/reference/reference.qbk | 2 +
   32 files changed, 45 insertions(+), 103 deletions(-)

Modified: trunk/libs/graph/quickbook/Jamfile.v2
==============================================================================
--- trunk/libs/graph/quickbook/Jamfile.v2 (original)
+++ trunk/libs/graph/quickbook/Jamfile.v2 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -3,7 +3,6 @@
 # subject to the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-using quickbook ;
 
 xml graph : graph.qbk ;
 
@@ -11,74 +10,21 @@
     :
         graph
     :
- # HTML options first:
- # Use graphics not text for navigation:
- <xsl:param>navig.graphics=1
- # How far down we chunk nested sections, basically all of them:
- # Setting this to 4 will put all reference functions into the
- # same page... and make all external links to those pages bounce
- # to the top of them.
+ <xsl:param>boost.root=../../../..
+ <xsl:param>boost.libraries=../../../../libs/libraries.htm
+ # <xsl:param>boost.logo=../boost.png
+
+ <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
+
+ # ToC and chunking
         <xsl:param>chunk.section.depth=5
- # Don't put the first section on the same page as the TOC:
         <xsl:param>chunk.first.sections=1
- # How far down sections get TOC's
         <xsl:param>toc.section.depth=5
- # Max depth in each TOC:
- # I could increase this, but that makes the top-level ToC
- # extremely long.
         <xsl:param>toc.max.depth=3
- # How far down we go with TOC's
         <xsl:param>generate.section.toc.level=5
- # Logo location:
- <xsl:param>boost.logo=../boost.png
+
+ # Misc options
+ <xsl:param>navig.graphics=1
         <xsl:param>annotation.support=1
 
- # The page style
- <xsl:param>page.style="'website'"
- # Show chapters select box
- <xsl:param>grouped.links.chapters.show="'true'"
- # GroupedLinks xml definition chapters location
- <xsl:param>grouped.links.chapters.xml="'boost_libs_grouped_links.xml'"
- # Select the base url for the chapters GroupedLinks
- <xsl:param>grouped.links.chapters.url="'http://www.boost.org/libs/'"
- # Show sections select box
- <xsl:param>grouped.links.sections.show="'true'"
- # GroupedLinks xml definition sections location
- <xsl:param>grouped.links.sections.xml="'sections_grouped_links.xml'"
- # Select the base url for the chapters GroupedLinks
- <xsl:param>grouped.links.sections.url="'./'"
- # Show the Google Search Box
- <xsl:param>search.box.show="'true'"
- # Location of the cse defintion
- <xsl:param>search.box.cse.definition.src="'http://www.drivehq.com/web/matias.capeletto/bimap/doc/html/context8.xml'"
-
- # PDF Options:
- # TOC Generation: this is needed for FOP-0.9 and later:
- # <xsl:param>fop1.extensions=1
- <xsl:param>xep.extensions=1
- # TOC generation: this is needed for FOP 0.2, but must not be set to zero for FOP-0.9!
- <xsl:param>fop.extensions=0
- # No indent on body text:
- <xsl:param>body.start.indent=0pt
- # Margin size:
- <xsl:param>page.margin.inner=0.5in
- # Margin size:
- <xsl:param>page.margin.outer=0.5in
- # Yes, we want graphics for admonishments:
- <xsl:param>admon.graphics=1
- # Set this one for PDF generation *only*:
- # default pnd graphics are awful in PDF form,
- # better use SVG's instead:
- #<xsl:param>admon.graphics.extension=".svg"
     ;
-
-
-
-
-
-
-
-
-
-
-

Modified: trunk/libs/graph/quickbook/concepts/a_star_visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/a_star_visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/a_star_visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/adjacency_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/adjacency_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/adjacency_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/adjacency_matrix.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/adjacency_matrix.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/adjacency_matrix.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/bellman_ford_visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/bellman_ford_visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/bellman_ford_visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/bfs_visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/bfs_visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/bfs_visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/bidirectional_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/bidirectional_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/bidirectional_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/clique_visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/clique_visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/clique_visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/concepts.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/concepts.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/concepts.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/cycle_visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/cycle_visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/cycle_visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/degree_measure.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/degree_measure.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/degree_measure.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/descriptor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/descriptor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/descriptor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/dfs_visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/dfs_visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/dfs_visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/dijkstra_visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/dijkstra_visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/dijkstra_visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/distance_measure.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/distance_measure.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/distance_measure.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/edge_index_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/edge_index_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/edge_index_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -77,10 +77,7 @@
     [
         [Edge Index Property]
         [`get(edge_index,g)`]
- [
- `P::type` or[br]
- `P::const_type`
- ]
+ [`P::type` or `P::const_type`]
         [
             Returns the property map that provides read/write access to the
             edge indices of the graph.

Modified: trunk/libs/graph/quickbook/concepts/edge_list_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/edge_list_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/edge_list_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/event_visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/event_visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/event_visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/event_visitor_list.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/event_visitor_list.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/event_visitor_list.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/graphs.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/graphs.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/graphs.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/incidence_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/incidence_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/incidence_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/mutable_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/mutable_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/mutable_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
-b[/
- / Copyright (c) 2007 Andrew Sutton
+[/
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/mutable_property_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/mutable_property_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/mutable_property_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/numeric_value.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/numeric_value.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/numeric_value.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/property_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/property_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/property_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/utility.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/utility.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/utility.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/vertex_index_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/vertex_index_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/vertex_index_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -77,10 +77,7 @@
     [
         [Vertex Index Property]
         [`get(vertex_index,g)`]
- [
- `P::type` or[br]
- `P::const_type`
- ]
+ [`P::type` or `P::const_type`]
         [
             Returns the property map that provides read/write access to the
             vertex indices of the graph.

Modified: trunk/libs/graph/quickbook/concepts/vertex_list_graph.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/vertex_list_graph.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/vertex_list_graph.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/visitor.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/visitor.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/visitor.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/concepts/visitors.qbk
==============================================================================
--- trunk/libs/graph/quickbook/concepts/visitors.qbk (original)
+++ trunk/libs/graph/quickbook/concepts/visitors.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2007 Andrew Sutton
+ / Copyright (C) 2007-2009 Andrew Sutton
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/graph/quickbook/reference/reference.qbk
==============================================================================
--- trunk/libs/graph/quickbook/reference/reference.qbk (original)
+++ trunk/libs/graph/quickbook/reference/reference.qbk 2009-02-14 09:26:02 EST (Sat, 14 Feb 2009)
@@ -19,11 +19,13 @@
 [endsect]
 
 [section Event Visitor List Adaptors]
+[/
 [include bfs_visitor.qbk]
 [include dfs_visitor.qbk]
 [include dijkstra_visitor.qbk]
 [include bellman_visitor.qbk]
 [include astar_visitor.qbk]
+/]
 [endsect]
 
 [section Event Visitors]


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