mirror of https://github.com/CGAL/cgal
doc template parameters
This commit is contained in:
parent
e029ad568a
commit
0e5ec52e31
|
|
@ -76,7 +76,10 @@ namespace internal {
|
|||
* 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`
|
||||
* @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 vt target vertex
|
||||
* @param g the graph
|
||||
|
|
|
|||
Loading…
Reference in New Issue