# Boost.Container library documentation Jamfile --------------------------------- # # Copyright Ion Gaztanaga 2009-2013. Use, modification and # distribution is 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) # # See http://www.boost.org for updates, documentation, and revision history. import doxygen ; import quickbook ; using auto-index ; path-constant images_location : ../ ; path-constant here : . ; doxygen autodoc : [ glob ../../../boost/container/*.hpp ] : EXTRACT_ALL=NO HIDE_UNDOC_MEMBERS=YES EXTRACT_PRIVATE=NO ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES MACRO_EXPANSION=YES "PREDEFINED=\"insert_const_ref_type= const T&\" \\ \"BOOST_CONTAINER_DOXYGEN_INVOKED\" \\ \"BOOST_CONTAINER_IMPDEF(T)=implementation_defined\" \\ \"BOOST_CONTAINER_SEEDOC(T)=see_documentation\" \\ \"BOOST_CONTAINER_NOEXCEPT=noexcept\" \\ \"BOOST_CONTAINER_NOEXCEPT_IF(T)=noexcept(T)\" \\ \"BOOST_RV_REF(T)=T &&\" \\ \"BOOST_RV_REF_BEG=\" \\ \"BOOST_RV_REF_END=&&\" \\ \"BOOST_COPY_ASSIGN_REF(T)=const T &\" \\ \"BOOST_FWD_REF(a)=a &&\" \\ \"BOOST_INTRUSIVE_OPTION_CONSTANT(OPTION_NAME, TYPE, VALUE, CONSTANT_NAME) = template struct OPTION_NAME{};\" \\ \"BOOST_INTRUSIVE_OPTION_TYPE(OPTION_NAME, TYPE, TYPEDEF_EXPR, TYPEDEF_NAME) = template struct OPTION_NAME{};\" \"BOOST_CONTAINER_DOC1ST(T1, T2)=T1\" \\ \"BOOST_CONTAINER_DOCIGN(T) \"\\ \"BOOST_CONTAINER_DOCONLY(T) T\"\\ " "boost.doxygen.reftitle=Boost.Container Header Reference" ; xml container : container.qbk : ../../../tools/auto_index/include ; boostbook standalone : container : html:boost.root=../../../.. html:boost.libraries=../../../../libs/libraries.htm html:img.src.path=../../../../doc/html/ xhtml:img.src.path=../../../../doc/html/ generate.section.toc.level=3 chunk.first.sections=1 pdf:img.src.path=$(images_location)/ autodoc pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html # Build requirements go here: # on (or off) one turns on (or off) indexing: on # Turns on (or off) auto-index-verbose for diagnostic info. # This is highly recommended until you have got all the many details correct! on # Choose the indexing method (separately for html and PDF) - see manual. # Choose indexing method for PDFs: pdf:off # Choose indexing method for html: html:on docbook:on # Set the name of the script file to use (index.idx is popular): $(here)/index.idx # Commands in the script file should all use RELATIVE PATHS # otherwise the script will not be portable to other machines. # Relative paths are normally taken as relative to the location # of the script file, but we can add a prefix to all # those relative paths using the feature. # The path specified by may be either relative or # absolute, for example the following will get us up to the boost root # directory for most Boost libraries: "$(here)/../../.." pdf:admon.graphics.extension=".svg" ; install pdfinstall : standalone/pdf : PDF . container.pdf ; explicit pdfinstall ;