diff --git a/BGL/include/CGAL/boost/graph/shortest_path.h b/BGL/include/CGAL/boost/graph/shortest_path.h index c8f5e74fb72..ccdf9cec48d 100644 --- a/BGL/include/CGAL/boost/graph/shortest_path.h +++ b/BGL/include/CGAL/boost/graph/shortest_path.h @@ -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::%halfedge_descriptor` +* @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" +* * @param vs source vertex * @param vt target vertex * @param g the graph