From 7d838ee7a4e213c8e41b8a4ff97b0d5ca16f7ac4 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 3 Dec 2001 22:43:33 +0000 Subject: [PATCH] added a note to the top of the header file [SVN r11894] --- doc/isomorphism-impl.w | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/isomorphism-impl.w b/doc/isomorphism-impl.w index b0264f1e..c47908ef 100644 --- a/doc/isomorphism-impl.w +++ b/doc/isomorphism-impl.w @@ -976,10 +976,14 @@ code parts into namespace \code{boost}. // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. +// See http://www.boost.org/libs/graph/doc/isomorphism-impl.pdf +// for a description of the implementation of the isomorphism function +// defined in this header file. + #ifndef BOOST_GRAPH_ISOMORPHISM_HPP #define BOOST_GRAPH_ISOMORPHISM_HPP -#include // for std::find +#include #include #include #include