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