From 0960281a15aea9836763deaca87176ee9f8eee49 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Mon, 6 Apr 2009 17:05:00 +0000 Subject: [PATCH] Fixed documentation [SVN r52218] --- include/boost/graph/kamada_kawai_spring_layout.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/graph/kamada_kawai_spring_layout.hpp b/include/boost/graph/kamada_kawai_spring_layout.hpp index d846cd5d..0262e1fc 100644 --- a/include/boost/graph/kamada_kawai_spring_layout.hpp +++ b/include/boost/graph/kamada_kawai_spring_layout.hpp @@ -428,6 +428,9 @@ namespace boost { * \param weight (IN) must be a model of Readable Property Map, * which provides the weight of each edge in the graph @p g. * + * \param topology (IN) must be a topology object (see topology.hpp), + * which provides operations on points and differences between them. + * * \param edge_or_side_length (IN) provides either the unit length * @c e of an edge in the layout or the length of a side @c s of the * display area, and must be either @c boost::edge_length(e) or @c