Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / graph / doc / grid_graph.html
index 100c97e..0a2fea5 100644 (file)
     </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>