2007-05-04 21:30:54 +00:00
|
|
|
|
# Boost.Intrusive library documentation Jamfile
|
|
|
|
|
|
#
|
|
|
|
|
|
# Copyright Ion Gazta<74>aga 2006.
|
|
|
|
|
|
# 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)
|
|
|
|
|
|
#
|
|
|
|
|
|
# See http://www.boost.org/libs/intrusive for documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-07-22 14:19:19 +00:00
|
|
|
|
import doxygen ;
|
2007-05-04 21:30:54 +00:00
|
|
|
|
import quickbook ;
|
|
|
|
|
|
|
2007-07-22 14:19:19 +00:00
|
|
|
|
doxygen autodoc
|
2007-05-04 21:30:54 +00:00
|
|
|
|
:
|
|
|
|
|
|
[ glob ../../../boost/intrusive/*.hpp ]
|
|
|
|
|
|
:
|
|
|
|
|
|
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
|
2007-09-26 17:39:06 +00:00
|
|
|
|
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
|
2007-05-04 21:30:54 +00:00
|
|
|
|
<doxygen:param>HIDE_UNDOC_CLASSES=YES
|
|
|
|
|
|
<doxygen:param>EXTRACT_PRIVATE=NO
|
|
|
|
|
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
|
|
|
|
|
<doxygen:param>MACRO_EXPANSION=YES
|
2007-09-26 17:39:06 +00:00
|
|
|
|
# <doxygen:param>EXPAND_ONLY_PREDEF=YES
|
|
|
|
|
|
# <doxygen:param>SEARCH_INCLUDES=YES
|
|
|
|
|
|
# <doxygen:param>INCLUDE_PATH=$(BOOST_ROOT)
|
|
|
|
|
|
<doxygen:param>"PREDEFINED=\"BOOST_INTRUSIVE_DOXYGEN_INVOKED\" \\
|
|
|
|
|
|
\"list_impl=list\" \\
|
|
|
|
|
|
\"slist_impl=slist\" \\
|
|
|
|
|
|
\"set_impl=set\" \\
|
|
|
|
|
|
\"multiset_impl=multiset\" \\
|
|
|
|
|
|
\"rbtree_impl=rbtree\" \\
|
|
|
|
|
|
\"unordered_set_impl=unordered_set\" \\
|
|
|
|
|
|
\"unordered_multiset_impl=unordered_multiset\" \\
|
|
|
|
|
|
\"hashtable_impl=hashtable\" \\
|
|
|
|
|
|
"
|
2007-05-04 21:30:54 +00:00
|
|
|
|
;
|
|
|
|
|
|
|
2007-07-22 14:19:19 +00:00
|
|
|
|
xml intrusive : intrusive.qbk ;
|
2007-05-04 21:30:54 +00:00
|
|
|
|
|
2007-07-22 14:19:19 +00:00
|
|
|
|
boostbook standalone
|
2007-05-04 21:30:54 +00:00
|
|
|
|
:
|
2007-07-22 14:19:19 +00:00
|
|
|
|
intrusive
|
2007-05-04 21:30:54 +00:00
|
|
|
|
:
|
|
|
|
|
|
<xsl:param>boost.root=../../../..
|
|
|
|
|
|
<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
|
|
|
|
|
<xsl:param>generate.section.toc.level=3
|
|
|
|
|
|
<xsl:param>chunk.first.sections=1
|
2007-07-22 14:19:19 +00:00
|
|
|
|
<dependency>autodoc
|
2007-05-04 21:30:54 +00:00
|
|
|
|
;
|