This commit is contained in:
Jane Tournois 2025-03-04 11:38:51 +01:00
parent c1768cb725
commit 2cf5ed144c
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ namespace internal {
/*!
* \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`
* @param vs source vertex