mirror of https://github.com/CGAL/cgal
doc
This commit is contained in:
parent
c1768cb725
commit
2cf5ed144c
|
|
@ -73,7 +73,8 @@ namespace internal {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \ingroup PkgBGLTraversal
|
* \ingroup PkgBGLTraversal
|
||||||
* Computes the shortest path between two vertices in a graph `g`
|
* Computes the shortest path between two vertices in a graph `g`.
|
||||||
|
* The vertices must belong to the same connected component of `g`.
|
||||||
*
|
*
|
||||||
*@tparam Graph a model of the concept `HalfedgeListGraph`
|
*@tparam Graph a model of the concept `HalfedgeListGraph`
|
||||||
* @param vs source vertex
|
* @param vs source vertex
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue