|
Boost-Commit : |
From: dgregor_at_[hidden]
Date: 2008-07-06 15:14:39
Author: dgregor
Date: 2008-07-06 15:14:39 EDT (Sun, 06 Jul 2008)
New Revision: 47139
URL: http://svn.boost.org/trac/boost/changeset/47139
Log:
Merged topological_sort doc fix from trunk
Text files modified:
branches/release/libs/graph/doc/topological_sort.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: branches/release/libs/graph/doc/topological_sort.html
==============================================================================
--- branches/release/libs/graph/doc/topological_sort.html (original)
+++ branches/release/libs/graph/doc/topological_sort.html 2008-07-06 15:14:39 EDT (Sun, 06 Jul 2008)
@@ -45,7 +45,8 @@
IN: <tt>VertexListGraph& g</tt>
<blockquote>
A directed acylic graph (DAG). The graph type must
- be a model of Vertex List Graph.
+ be a model of Vertex List Graph
+ and Incidence Graph.
If the graph is not a DAG then a not_a_dag
exception will be thrown and the
user should discard the contents of <tt>result</tt> range.<br>
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