|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80642 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2012-09-22 16:09:45
Author: jewillco
Date: 2012-09-22 16:09:44 EDT (Sat, 22 Sep 2012)
New Revision: 80642
URL: http://svn.boost.org/trac/boost/changeset/80642
Log:
Removed incorrect note about restrictions on graph dimensionality and fixed other typos; fixes #6950
Text files modified:
trunk/libs/graph/doc/grid_graph.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/libs/graph/doc/grid_graph.html
==============================================================================
--- trunk/libs/graph/doc/grid_graph.html (original)
+++ trunk/libs/graph/doc/grid_graph.html 2012-09-22 16:09:44 EDT (Sat, 22 Sep 2012)
@@ -81,13 +81,13 @@
</pre>
<ul>
<li>
- <tt>Dimensions</tt> - Number of dimensions in the graph, <b>must be greater than 2</b>
+ <tt>Dimensions</tt> - Number of dimensions in the graph
</li>
<li>
- <tt>VertexIndex</tt> - Type used for vertex indices, defaults to std::size_t
+ <tt>VertexIndex</tt> - Type used for vertex indices, defaults to <tt>std::size_t</tt>
</li>
<li>
- <tt>EdgeIndex</tt> - Type used for edge indices, defaults to the same type as VertexIndex
+ <tt>EdgeIndex</tt> - Type used for edge indices, defaults to the same type as <tt>VertexIndex</tt>
</li>
</ul>
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