# --------------------------------------------------------------------------- # Copyright (c) 2013 Kyle Lutz # # 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 # # --------------------------------------------------------------------------- import quickbook ; import boostbook ; import doxygen ; import modules ; doxygen autodoc : ../include/boost/compute.hpp ../include/boost/compute/buffer.hpp ../include/boost/compute/cl.hpp ../include/boost/compute/closure.hpp ../include/boost/compute/command_queue.hpp ../include/boost/compute/config.hpp ../include/boost/compute/context.hpp ../include/boost/compute/core.hpp ../include/boost/compute/device.hpp ../include/boost/compute/event.hpp ../include/boost/compute/function.hpp ../include/boost/compute/kernel.hpp ../include/boost/compute/memory_object.hpp ../include/boost/compute/pipe.hpp ../include/boost/compute/platform.hpp ../include/boost/compute/program.hpp ../include/boost/compute/svm.hpp ../include/boost/compute/system.hpp ../include/boost/compute/user_event.hpp ../include/boost/compute/version.hpp ../include/boost/compute/algorithm.hpp [ glob ../include/boost/compute/algorithm/*.hpp ] ../include/boost/compute/allocator.hpp [ glob ../include/boost/compute/allocator/*.hpp ] ../include/boost/compute/async.hpp [ glob ../include/boost/compute/async/*.hpp ] ../include/boost/compute/container.hpp [ glob ../include/boost/compute/container/*.hpp ] ../include/boost/compute/exception.hpp [ glob ../include/boost/compute/exception/*.hpp ] ../include/boost/compute/functional.hpp [ glob ../include/boost/compute/functional/*.hpp ] ../include/boost/compute/interop/opengl.hpp [ glob ../include/boost/compute/interop/opengl/*.hpp ] ../include/boost/compute/image.hpp [ glob ../include/boost/compute/image/*.hpp ] ../include/boost/compute/iterator.hpp [ glob ../include/boost/compute/iterator/*.hpp ] ../include/boost/compute/memory.hpp [ glob ../include/boost/compute/memory/*.hpp ] ../include/boost/compute/random.hpp [ glob ../include/boost/compute/random/*.hpp ] ../include/boost/compute/types.hpp ../include/boost/compute/types/struct.hpp ../include/boost/compute/type_traits.hpp [ glob ../include/boost/compute/type_traits/*.hpp ] ../include/boost/compute/utility.hpp [ glob ../include/boost/compute/utility/*.hpp ] : QUIET=YES WARNINGS=YES WARN_IF_DOC_ERROR=YES EXTRACT_ALL=NO EXTRACT_PRIVATE=NO HIDE_UNDOC_MEMBERS=YES HIDE_UNDOC_CLASSES=YES EXPAND_ONLY_PREDEF=YES SORT_MEMBER_DOCS=NO TAB_SIZE=4 EXAMPLE_PATH=../ PREDEFINED=BOOST_COMPUTE_DOXYGEN_INVOKED "ALIASES= \\ internal_=\"INTERNAL ONLY\" \\ opencl_ref{1}=\"\\1()\" \\ see_opencl_ref{1}=\"See the documentation for \\opencl_ref{\\1} for more information.\" \\ opencl2_ref{1}=\"\\1()\" \\ see_opencl2_ref{1}=\"See the documentation for \\opencl2_ref{\\1} for more information.\" \\ opencl21_ref{1}=\"\\1()\" \\ see_opencl21_ref{1}=\"See the documentation for \\opencl21_ref{\\1} for more information.\" \\ opencl_version_warning{2}=\"\\warning This method is only available if the OpenCL version is \\1.\\2 or later.\" \\ " "boost.doxygen.reftitle=Header Reference" ; xml compute : compute.qbk : ; boostbook standalone : compute : autodoc html:boost.root=../../../.. ; ############################################################################### alias boostdoc ; explicit boostdoc ; alias boostrelease : standalone ; explicit boostrelease ;