Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80490 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2012-09-11 03:04:19


Author: jewillco
Date: 2012-09-11 03:04:18 EDT (Tue, 11 Sep 2012)
New Revision: 80490
URL: http://svn.boost.org/trac/boost/changeset/80490

Log:
Fixed typos
Text files modified:
   trunk/libs/graph/doc/gursoy_atun_layout.html | 9 ++++-----
   1 files changed, 4 insertions(+), 5 deletions(-)

Modified: trunk/libs/graph/doc/gursoy_atun_layout.html
==============================================================================
--- trunk/libs/graph/doc/gursoy_atun_layout.html (original)
+++ trunk/libs/graph/doc/gursoy_atun_layout.html 2012-09-11 03:04:18 EDT (Tue, 11 Sep 2012)
@@ -161,7 +161,8 @@
 IN: <tt>VertexIndexMap vertex_index_map</tt>
 <blockquote>
   This maps each vertex to an integer in the range <tt>[0,
- num_vertices(g))</tt>.
+ num_vertices(g))</tt>. This is only necessary when no
+ displacement map is provided.
   The type <tt>VertexIndexMap</tt> must be a model of <a
   href="../../property_map/doc/ReadablePropertyMap.html">Readable Property
   Map</a>. The value type of the map must be an integer type. The
@@ -176,9 +177,7 @@
 
 IN: <tt>EdgeWeightMap weight</tt>
 <blockquote>
- This maps each edge to an weight.
- num_vertices(g))</tt>. This is only necessary when no
- displacement map is provided.
+ This maps each edge to a weight.
   The type <tt>EdgeWeightMap</tt> must be a model of <a
   href="../../property_map/doc/ReadablePropertyMap.html">Readable Property
   Map</a>. The value type of the map must be an floating-point type
@@ -221,7 +220,7 @@
 <b>Default:</b> <tt>get(vertex_index, g)</tt>
     Note: if you use this default, make sure your graph has
     an internal <tt>vertex_index</tt> property. For example,
- <tt>adjacenty_list</tt> with <tt>VertexList=listS</tt> does
+ <tt>adjacency_list</tt> with <tt>VertexList=listS</tt> does
     not have an internal <tt>vertex_index</tt> property.
 </blockquote>
 


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