]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/scope_exit/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / scope_exit / doc / Jamfile.v2
1
2 # Copyright (C) 2006-2009, 2012 Alexander Nasonov
3 # Copyright (C) 2012 Lorenzo Caminiti
4 # Distributed under the Boost Software License, Version 1.0
5 # (see accompanying file LICENSE_1_0.txt or a copy at
6 # http://www.boost.org/LICENSE_1_0.txt)
7 # Home at http://www.boost.org/libs/scope_exit
8
9 import quickbook ;
10 using boostbook ;
11
12 doxygen reference
13 : ../../../boost/scope_exit.hpp
14 : <reftitle>"Reference"
15 <doxygen:param>PREDEFINED="DOXYGEN"
16 <doxygen:param>QUIET=YES
17 <doxygen:param>WARN_IF_UNDOCUMENTED=NO
18 <doxygen:param>HIDE_UNDOC_MEMBERS=YES
19 <doxygen:param>HIDE_UNDOC_CLASSES=YES
20 <doxygen:param>ALIASES=" Params=\"<b>Parameters:</b> <table border="0">\" Param{2}=\"<tr><td><b><tt>\\1</tt></b></td><td>\\2</td></tr>\" EndParams=\"</table>\" Returns=\"<b>Returns:</b>\" Note=\"<b>Note:</b>\" Warning=\"<b>Warning:</b>\" See=\"<b>See:</b>\" RefSect{2}=\"\\xmlonly<link linkend='scope_exit.\\1'>\\2</link>\\endxmlonly\" RefClass{1}=\"\\xmlonly<computeroutput><classname alt='\\1'>\\1</classname></computeroutput>\\endxmlonly\" RefFunc{1}=\"\\xmlonly<computeroutput><functionname alt='\\1'>\\1</functionname></computeroutput>\\endxmlonly\" RefMacro{1}=\"\\xmlonly<computeroutput><macroname alt='\\1'>\\1</macroname></computeroutput>\\endxmlonly\" "
21 ;
22
23 xml qbk : scope_exit.qbk : <dependency>reference ;
24
25 boostbook doc : qbk
26 : <xsl:param>boost.root=../../../..
27 <xsl:param>boost.defaults=Boost
28 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/scope_exit/doc/html
29 ;
30
31 ###############################################################################
32 alias boostdoc ;
33 explicit boostdoc ;
34 alias boostrelease : doc ;
35 explicit boostrelease ;