diff --git a/include/boost/mpi/cartesian_communicator.hpp b/include/boost/mpi/cartesian_communicator.hpp index 0468659..a353a63 100644 --- a/include/boost/mpi/cartesian_communicator.hpp +++ b/include/boost/mpi/cartesian_communicator.hpp @@ -34,7 +34,9 @@ namespace boost { namespace mpi { /** - * Specify the size and periodicity of the grid in a single dimension. + * @brief Specify the size and periodicity of the grid in a single dimension. + * + * POD lightweight object. */ struct cartesian_dimension { /** The size of the grid n this dimension. */