|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52218 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2009-04-06 13:05:00
Author: jewillco
Date: 2009-04-06 13:05:00 EDT (Mon, 06 Apr 2009)
New Revision: 52218
URL: http://svn.boost.org/trac/boost/changeset/52218
Log:
Fixed documentation
Text files modified:
trunk/boost/graph/kamada_kawai_spring_layout.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/boost/graph/kamada_kawai_spring_layout.hpp
==============================================================================
--- trunk/boost/graph/kamada_kawai_spring_layout.hpp (original)
+++ trunk/boost/graph/kamada_kawai_spring_layout.hpp 2009-04-06 13:05:00 EDT (Mon, 06 Apr 2009)
@@ -428,6 +428,9 @@
* \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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk