# Boost.Intrusive library documentation Jamfile # # Copyright Ion Gaztanaga 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. import doxygen ; import quickbook ; doxygen autodoc : [ glob ../../../boost/intrusive/*.hpp ] : HIDE_UNDOC_MEMBERS=YES HIDE_UNDOC_MEMBERS=YES HIDE_UNDOC_CLASSES=YES EXTRACT_PRIVATE=NO ENABLE_PREPROCESSING=YES MACRO_EXPANSION=YES "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" \\ "splay_set_impl=splay_set" \\ "splay_multiset_impl=splay_multiset" \\ "splaytree_impl=splaytree" \\ "sg_set_impl=sg_set" \\ "sg_multiset_impl=sg_multiset" \\ "sgtree_impl=sgtree" \\ "avl_set_impl=avl_set" \\ "avl_multiset_impl=avl_multiset" \\ "avltree_impl=avltree" \\ "treap_set_impl=treap_set" \\ "treap_multiset_impl=treap_multiset" \\ "treap_impl=treap"" ; xml intrusive : intrusive.qbk ; boostbook standalone : intrusive : boost.root=../../../.. boost.libraries=../../../../libs/libraries.htm generate.section.toc.level=3 chunk.first.sections=1 autodoc ;