mirror of https://github.com/CGAL/cgal
Merge pull request #3448 from MaelRL/BGL-fix_doc_typos-GF
BGL: fix doc typo
This commit is contained in:
commit
a2f2d42a13
|
|
@ -33,7 +33,7 @@ edges(const EdgeListGraph& g);
|
|||
This is the case for implementations only marking edges deleted in the edge container.
|
||||
*/
|
||||
template <typename EdgeListGraph>
|
||||
boost::graph_traits<EdgeListGraph>::ver_size_type
|
||||
boost::graph_traits<EdgeListGraph>::edges_size_type
|
||||
num_edges(const EdgeListGraph& g);
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,6 @@ vertices(const VertexListGraph& g);
|
|||
This is the case for implementations only marking vertices deleted in the vertex container.
|
||||
*/
|
||||
template <typename VertexListGraph>
|
||||
boost::graph_traits<VertexListGraph>::ver_size_type
|
||||
boost::graph_traits<VertexListGraph>::vertices_size_type
|
||||
num_vertices(const VertexListGraph& g);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue