diff -r -u --exclude '*~' boost_1_42_0/boost/mpi/collectives.hpp boost_1_42_0.patched/boost/mpi/collectives.hpp --- boost_1_42_0/boost/mpi/collectives.hpp 2007-11-25 18:07:19.000000000 +0000 +++ boost_1_42_0.patched/boost/mpi/collectives.hpp 2010-02-19 09:02:51.665426464 +0000 @@ -217,11 +217,10 @@ * object will be broadcast. In this case, the @p root will build a * skeleton from the object help in the proxy and all of the * non-roots will reshape the objects held in their proxies based on - * the skeleton sent from the root. - * - * @param n When supplied, the number of values that the pointer @p - * values points to, for broadcasting an array of values. The value - * of @p n must be the same for all processes in @p comm. + * the skeleton sent from the root. Parameter \p n, when supplied, + * is the number of values that the pointer @p values points to, + * for broadcasting an array of values. The value of @p n must be + * the same for all processes in @p comm. * * @param root The rank/process ID of the process that will be * transmitting the value. diff -r -u --exclude '*~' boost_1_42_0/boost/mpi/operations.hpp boost_1_42_0.patched/boost/mpi/operations.hpp --- boost_1_42_0/boost/mpi/operations.hpp 2007-11-25 18:07:19.000000000 +0000 +++ boost_1_42_0.patched/boost/mpi/operations.hpp 2010-02-19 08:57:20.213426580 +0000 @@ -13,7 +13,7 @@ * This header provides a mapping from function objects to @c MPI_Op * constants used in MPI collective operations. It also provides * several new function object types not present in the standard @c - * header that have direct mappings to @c MPI_Op. + * <functional> header that have direct mappings to @c MPI_Op. */ #ifndef BOOST_MPI_IS_MPI_OP_HPP #define BOOST_MPI_IS_MPI_OP_HPP