# Copyright 2011-2019 Antony Polukhin. # Use, modification, and distribution are # subject to 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) using quickbook ; import boostbook : boostbook ; import doxygen ; doxygen autodoc : [ glob ../../../boost/type_index.hpp ] [ glob ../../../boost/type_index/*.hpp ] [ glob ../../../boost/type_index/runtime_cast/*.hpp ] : EXTRACT_ALL=NO HIDE_UNDOC_MEMBERS=YES EXTRACT_PRIVATE=NO ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES MACRO_EXPANSION=YES "PREDEFINED=\"stl_type_info=std::type_info\" \\ \"BOOST_TYPE_INDEX_DOXYGEN_INVOKED\" \\ \"BOOST_CXX14_CONSTEXPR=constexpr\" \\ \"detail::stl_type_info=std::type_info\"" "boost.doxygen.reftitle=Boost.TypeIndex Header Reference" ; xml type_index : type_index.qbk : autodoc ; boostbook standalone : type_index : boost.root=http://www.boost.org/doc/libs/1_53_0 # boost.root=../../../.. pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html ; ############################################################################### alias boostdoc : type_index : : autodoc : ; explicit boostdoc ; alias boostrelease ; explicit boostrelease ;