]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/local_function/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / local_function / doc / Jamfile.v2
CommitLineData
7c673cae
FG
1
2# Copyright (C) 2009-2012 Lorenzo Caminiti
3# Distributed under the Boost Software License, Version 1.0
4# (see accompanying file LICENSE_1_0.txt or a copy at
5# http://www.boost.org/LICENSE_1_0.txt)
6# Home at http://www.boost.org/libs/local_function
7
8import quickbook ;
9using boostbook ;
10
11path-constant images_location : html ;
12path-constant here : . ;
13
14doxygen reference
15 : ../../../boost/local_function.hpp
16 ../../../boost/local_function/config.hpp
17 : <reftitle>"Reference"
18 <doxygen:param>PREDEFINED="DOXYGEN"
19 <doxygen:param>QUIET=YES
20 <doxygen:param>WARN_IF_UNDOCUMENTED=NO
21 <doxygen:param>HIDE_UNDOC_MEMBERS=YES
22 <doxygen:param>HIDE_UNDOC_CLASSES=YES
23 <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='boost_localfunction.\\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\" "
24 ;
25
26xml qbk : local_function.qbk
27 : <dependency>introduction.qbk
28 <dependency>getting_started.qbk
29 <dependency>tutorial.qbk
30 <dependency>advanced_topics.qbk
31 <dependency>examples.qbk
32 <dependency>reference
33 <dependency>alternatives.qbk
34 <dependency>no_variadic_macros.qbk
35 <dependency>implementation.qbk
36 <dependency>release_notes.qbk
37 <dependency>bibliography.qbk
38 <dependency>acknowledgements.qbk
39 ;
40
41boostbook doc : qbk
42 : <xsl:param>boost.root=../../../..
43 <xsl:param>boost.defaults=Boost
44 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/local_function/doc/html
45 <format>pdf:<xsl:param>admon.graphics.extension=".svg"
46 <format>pdf:<xsl:param>img.src.path=$(images_location)/
47 <format>pdf:<xsl:param>draft.mode="no"
48 ;
49
50install pdfinstall : doc/<format>pdf : <location>. <install-type>PDF <name>local_function.pdf ;
51explicit pdfinstall ;
52
53###############################################################################
54alias boostdoc ;
55explicit boostdoc ;
56alias boostrelease : doc ;
57explicit boostrelease ;