doc template parameters

This commit is contained in:
Jane Tournois 2025-03-04 14:45:08 +01:00
parent e029ad568a
commit 0e5ec52e31
1 changed files with 4 additions and 1 deletions

View File

@ -76,7 +76,10 @@ namespace internal {
* 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`. * 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`
* @tparam OutputIterator an output iterator with value type `boost::graph_traits<Graph>::%halfedge_descriptor`
* @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
*
* @param vs source vertex * @param vs source vertex
* @param vt target vertex * @param vt target vertex
* @param g the graph * @param g the graph