# Copyright (C) 2005-2006 Douglas Gregor # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.) project boost/mpi/doc ; using quickbook ; using boostbook ; using doxygen ; doxygen mpi_autodoc : [ glob ../include/boost/mpi.hpp ../include/boost/mpi/allocator.hpp ../include/boost/mpi/cartesian_communicator.hpp ../include/boost/mpi/collectives.hpp ../include/boost/mpi/collectives_fwd.hpp ../include/boost/mpi/communicator.hpp ../include/boost/mpi/config.hpp ../include/boost/mpi/datatype.hpp ../include/boost/mpi/datatype_fwd.hpp ../include/boost/mpi/environment.hpp ../include/boost/mpi/exception.hpp ../include/boost/mpi/graph_communicator.hpp ../include/boost/mpi/group.hpp ../include/boost/mpi/intercommunicator.hpp ../include/boost/mpi/nonblocking.hpp ../include/boost/mpi/operations.hpp ../include/boost/mpi/packed_iarchive.hpp ../include/boost/mpi/packed_oarchive.hpp ../include/boost/mpi/skeleton_and_content.hpp ../include/boost/mpi/skeleton_and_content_fwd.hpp ../include/boost/mpi/status.hpp ../include/boost/mpi/request.hpp ../include/boost/mpi/timer.hpp ../include/boost/mpi/inplace.hpp ../include/boost/mpi/python.hpp ] : MACRO_EXPANSION=YES EXPAND_ONLY_PREDEF=YES "PREDEFINED=BOOST_MPI_HAS_MEMORY_ALLOCATION= BOOST_MPI_HAS_NOARG_INITIALIZATION= MPI_VERSION=2 BOOST_MPI_DOXYGEN=" ; xml mpi : mpi.qbk ; boostbook standalone : mpi mpi_autodoc : boost.root=../../../.. pdf:max-columns=66 pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html ; ############################################################################### alias boostdoc : mpi : : mpi_autodoc : ; explicit boostdoc ; alias boostrelease ; explicit boostrelease ;