1# Tribool library 2 3# Copyright (C) 2002-2003 Douglas Gregor 4 5# Use, modification and distribution is subject to the Boost Software License, 6# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 7# http://www.boost.org/LICENSE_1_0.txt) 8 9# For more information, see http://www.boost.org/ 10 11project boost-sandbox/utility/doc ; 12import boostbook ; 13import doxygen ; 14 15doxygen reference : [ glob ../../../boost/logic/tribool.hpp ] 16 [ glob ../../../boost/logic/tribool_fwd.hpp ] 17 [ glob ../../../boost/logic/tribool_io.hpp ] 18 ; 19boostbook tribool 20 : 21 tribool.boostbook 22 : 23 <xsl:param>boost.root=../../../.. 24 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html 25 <dependency>reference 26 ; 27 28############################################################################### 29alias boostdoc 30 : tribool/<format>docbook 31 : 32 : 33 : ; 34explicit boostdoc ; 35alias boostrelease ; 36explicit boostrelease ; 37