2011-08-26 18:26:44 +00:00
|
|
|
# Boost.Container library documentation Jamfile ---------------------------------
|
|
|
|
|
#
|
2013-12-23 10:47:20 +01:00
|
|
|
# Copyright Ion Gaztanaga 2009-2013. Use, modification and
|
2011-08-26 18:26:44 +00:00
|
|
|
# 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 ;
|
|
|
|
|
|
2011-08-30 12:23:34 +00:00
|
|
|
using auto-index ;
|
|
|
|
|
|
2014-08-13 18:20:17 +01:00
|
|
|
path-constant images_location : ../ ;
|
2012-06-07 12:32:56 +00:00
|
|
|
path-constant here : . ;
|
2011-08-26 18:26:44 +00:00
|
|
|
|
|
|
|
|
doxygen autodoc
|
|
|
|
|
:
|
|
|
|
|
[ glob ../../../boost/container/*.hpp ]
|
|
|
|
|
:
|
|
|
|
|
<doxygen:param>EXTRACT_ALL=NO
|
|
|
|
|
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
|
|
|
|
|
<doxygen:param>EXTRACT_PRIVATE=NO
|
|
|
|
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
|
|
|
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
|
|
|
|
<doxygen:param>MACRO_EXPANSION=YES
|
|
|
|
|
<doxygen:param>"PREDEFINED=\"insert_const_ref_type= const T&\" \\
|
|
|
|
|
\"BOOST_CONTAINER_DOXYGEN_INVOKED\" \\
|
2012-09-24 10:27:02 +00:00
|
|
|
\"BOOST_CONTAINER_IMPDEF(T)=implementation_defined\" \\
|
|
|
|
|
\"BOOST_CONTAINER_SEEDOC(T)=see_documentation\" \\
|
2012-09-30 20:38:04 +00:00
|
|
|
\"BOOST_CONTAINER_NOEXCEPT=noexcept\" \\
|
|
|
|
|
\"BOOST_CONTAINER_NOEXCEPT_IF(T)=noexcept(T)\" \\
|
2011-08-26 18:26:44 +00:00
|
|
|
\"BOOST_RV_REF(T)=T &&\" \\
|
2012-03-22 18:48:57 +00:00
|
|
|
\"BOOST_RV_REF_BEG=\" \\
|
|
|
|
|
\"BOOST_RV_REF_END=&&\" \\
|
2011-08-26 18:26:44 +00:00
|
|
|
\"BOOST_COPY_ASSIGN_REF(T)=const T &\" \\
|
2014-01-03 13:26:57 +01:00
|
|
|
\"BOOST_FWD_REF(a)=a &&\" \\
|
|
|
|
|
\"BOOST_INTRUSIVE_OPTION_CONSTANT(OPTION_NAME, TYPE, VALUE, CONSTANT_NAME) = template<TYPE VALUE> struct OPTION_NAME{};\" \\
|
|
|
|
|
\"BOOST_INTRUSIVE_OPTION_TYPE(OPTION_NAME, TYPE, TYPEDEF_EXPR, TYPEDEF_NAME) = template<class TYPE> struct OPTION_NAME{};\" "
|
2011-08-30 12:23:34 +00:00
|
|
|
<xsl:param>"boost.doxygen.reftitle=Boost.Container Header Reference"
|
2011-08-26 18:26:44 +00:00
|
|
|
;
|
|
|
|
|
|
2012-05-20 10:03:06 +00:00
|
|
|
xml container : container.qbk
|
|
|
|
|
:
|
2011-08-30 12:23:34 +00:00
|
|
|
<include>../../../tools/auto_index/include
|
|
|
|
|
;
|
2011-08-26 18:26:44 +00:00
|
|
|
|
|
|
|
|
boostbook standalone
|
|
|
|
|
:
|
|
|
|
|
container
|
|
|
|
|
:
|
2013-02-20 18:29:30 +00:00
|
|
|
<format>html:<xsl:param>boost.root=../../../..
|
|
|
|
|
<format>html:<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
2013-04-02 22:42:58 +00:00
|
|
|
<format>html:<xsl:param>img.src.path=../../../../doc/html/
|
|
|
|
|
<format>xhtml:<xsl:param>img.src.path=../../../../doc/html/
|
2011-08-26 18:26:44 +00:00
|
|
|
<xsl:param>generate.section.toc.level=3
|
|
|
|
|
<xsl:param>chunk.first.sections=1
|
|
|
|
|
<format>pdf:<xsl:param>img.src.path=$(images_location)/
|
|
|
|
|
<dependency>autodoc
|
|
|
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
|
2011-08-30 12:23:34 +00:00
|
|
|
|
|
|
|
|
# Build requirements go here:
|
2014-05-28 15:50:13 +02:00
|
|
|
|
2011-08-30 12:23:34 +00:00
|
|
|
# <auto-index>on (or off) one turns on (or off) indexing:
|
|
|
|
|
<auto-index>on
|
2014-05-28 15:50:13 +02:00
|
|
|
|
2011-08-30 12:23:34 +00:00
|
|
|
# Turns on (or off) auto-index-verbose for diagnostic info.
|
|
|
|
|
# This is highly recommended until you have got all the many details correct!
|
2012-05-20 10:03:06 +00:00
|
|
|
<auto-index-verbose>on
|
2014-05-28 15:50:13 +02:00
|
|
|
|
2011-08-30 12:23:34 +00:00
|
|
|
# Choose the indexing method (separately for html and PDF) - see manual.
|
|
|
|
|
# Choose indexing method for PDFs:
|
|
|
|
|
<format>pdf:<auto-index-internal>off
|
2014-05-28 15:50:13 +02:00
|
|
|
|
2011-08-30 12:23:34 +00:00
|
|
|
# Choose indexing method for html:
|
|
|
|
|
<format>html:<auto-index-internal>on
|
2013-02-20 18:29:30 +00:00
|
|
|
<format>docbook:<auto-index-internal>on
|
2014-05-28 15:50:13 +02:00
|
|
|
|
2011-08-30 12:23:34 +00:00
|
|
|
# Set the name of the script file to use (index.idx is popular):
|
2012-06-07 12:32:56 +00:00
|
|
|
<auto-index-script>$(here)/index.idx
|
2011-08-30 12:23:34 +00:00
|
|
|
# Commands in the script file should all use RELATIVE PATHS
|
|
|
|
|
# otherwise the script will not be portable to other machines.
|
2012-05-20 10:03:06 +00:00
|
|
|
# Relative paths are normally taken as relative to the location
|
2011-08-30 12:23:34 +00:00
|
|
|
# of the script file, but we can add a prefix to all
|
|
|
|
|
# those relative paths using the <auto-index-prefix> feature.
|
|
|
|
|
# The path specified by <auto-index-prefix> may be either relative or
|
|
|
|
|
# absolute, for example the following will get us up to the boost root
|
|
|
|
|
# directory for most Boost libraries:
|
2012-06-07 12:32:56 +00:00
|
|
|
<auto-index-prefix>"$(here)/../../.."
|
2011-08-30 12:23:34 +00:00
|
|
|
|
2012-06-07 12:32:56 +00:00
|
|
|
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
|
2011-08-26 18:26:44 +00:00
|
|
|
;
|
2012-06-07 12:32:56 +00:00
|
|
|
|
2012-07-14 11:21:03 +00:00
|
|
|
install pdfinstall : standalone/<format>pdf : <install-type>PDF <location>. <name>container.pdf ;
|
|
|
|
|
explicit pdfinstall ;
|
2013-02-20 18:29:30 +00:00
|
|
|
|
|
|
|
|
|