blob: 807ba681fb87e336d6a468de97cf9abc506e6d78 [file] [log] [blame]
Brian Silvermance4aa8d2018-08-04 23:36:03 -07001[/
2 / Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
3 / Copyright (c) 2003-2008 Peter Dimov
4 /
5 / Distributed under the Boost Software License, Version 1.0. (See
6 / accompanying file LICENSE_1_0.txt or copy at
7 / http://www.boost.org/LICENSE_1_0.txt)
8 /]
9
10[library Boost.Bind
11 [quickbook 1.6]
12 [id bind]
13 [copyright 2001, 2002 Peter Dimov and Multi Media Ltd.]
14 [copyright 2003-2008 Peter Dimov]
15 [dirname bind]
16 [license Distributed under the
17 [@http://boost.org/LICENSE_1_0.txt Boost Software License,
18 Version 1.0].
19 ]
20]
21
22[template simplesect[title]
23[block '''<simplesect><title>'''[title]'''</title>''']]
24
25[template endsimplesect[]
26[block '''</simplesect>''']]
27
28[include bind/purpose.qbk]
29[include bind/examples.qbk]
30[include bind/limitations.qbk]
31[include bind/faq.qbk]
32[include bind/troubleshooting.qbk]
33[include bind/interface.qbk]
34[include bind/implementation.qbk]
35[include bind/acknowledgements.qbk]