# Boost.Interprocess library documentation Jamfile --------------------------------- # # Copyright Ion Gaztanaga 2005-2009. 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. using auto-index ; import doxygen ; import quickbook ; doxygen autodoc : [ glob ../../../boost/interprocess/*.hpp ] [ glob ../../../boost/interprocess/allocators/*.hpp ] [ glob ../../../boost/interprocess/containers/*.hpp ] [ glob ../../../boost/interprocess/indexes/*.hpp ] [ glob ../../../boost/interprocess/ipc/*.hpp ] [ glob ../../../boost/interprocess/mem_algo/*.hpp ] [ glob ../../../boost/interprocess/smart_ptr/*.hpp ] [ glob ../../../boost/interprocess/streams/*.hpp ] [ glob ../../../boost/interprocess/sync/*.hpp ] : EXTRACT_ALL=NO HIDE_UNDOC_MEMBERS=YES EXTRACT_PRIVATE=NO ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES MACRO_EXPANSION=YES "PREDEFINED=\"BOOST_INTERPROCESS_DOXYGEN_INVOKED\" \\ \"BOOST_INTERPROCESS_ENABLE_MOVE_EMULATION(a)= \" \\ \"BOOST_RV_REF(a)=a &&\" \\ \"BOOST_RV_REF_2_TEMPL_ARGS(a,b,c)=a &&\" \\ \"BOOST_RV_REF_3_TEMPL_ARGS(a,b,c,d)=a &&\" \\ \"BOOST_FWD_REF(a)=a &&\"" "boost.doxygen.reftitle=Boost.Interprocess Reference" ; xml interprocess : interprocess.qbk : ../../../tools/auto_index/include ; boostbook standalone : interprocess : boost.root=../../../.. boost.libraries=../../../../libs/libraries.htm toc.max.depth=1 toc.section.depth=2 chunk.first.sections=1 chunk.section.depth=2 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 # Set the name of the script file to use (index.idx is popular): 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: "../../.." ;