]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/algorithm/string/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / algorithm / string / doc / Jamfile.v2
CommitLineData
7c673cae
FG
1# Boost string_algo library documentation Jamfile ---------------------------------
2#
3# Copyright Pavol Droba 2002-2003. Use, modification and
4# distribution is subject to the Boost Software License, Version
5# 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6# http://www.boost.org/LICENSE_1_0.txt)
7#
8# See http://www.boost.org for updates, documentation, and revision history.
9
10import toolset ;
11toolset.using doxygen ;
12
13boostbook string_algo : string_algo.xml autodoc
14 :
15 <xsl:param>boost.root=../../../../..
16 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
17 ;
18
19doxygen autodoc
20 :
21 [ glob ../../../../boost/algorithm/string.hpp ]
22 [ glob ../../../../boost/algorithm/string_regex.hpp ]
23
24 [ glob ../../../../boost/algorithm/string/classification.hpp ]
25 [ glob ../../../../boost/algorithm/string/iterator_range.hpp ]
26 [ glob ../../../../boost/algorithm/string/sequence_traits.hpp ]
27 [ glob ../../../../boost/algorithm/string/std_containers_traits.hpp ]
28 [ glob ../../../../boost/algorithm/string/concept.hpp ]
29 [ glob ../../../../boost/algorithm/string/compare.hpp ]
30 [ glob ../../../../boost/algorithm/string/constants.hpp ]
31 [ glob ../../../../boost/algorithm/string/case_conv.hpp ]
32 [ glob ../../../../boost/algorithm/string/find.hpp ]
33 [ glob ../../../../boost/algorithm/string/finder.hpp ]
34 [ glob ../../../../boost/algorithm/string/find_iterator.hpp ]
35 [ glob ../../../../boost/algorithm/string/trim.hpp ]
36 [ glob ../../../../boost/algorithm/string/predicate.hpp ]
37 [ glob ../../../../boost/algorithm/string/split.hpp ]
38 [ glob ../../../../boost/algorithm/string/iter_find.hpp ]
39 [ glob ../../../../boost/algorithm/string/erase.hpp ]
40 [ glob ../../../../boost/algorithm/string/join.hpp ]
41 [ glob ../../../../boost/algorithm/string/replace.hpp ]
42 [ glob ../../../../boost/algorithm/string/find_format.hpp ]
43 [ glob ../../../../boost/algorithm/string/formatter.hpp ]
44 [ glob ../../../../boost/algorithm/string/regex.hpp ]
45 [ glob ../../../../boost/algorithm/string/regex_find_format.hpp ]
46 [ glob ../../../../boost/algorithm/string/trim_all.hpp ]
47 :
48 <doxygen:param>HIDE_UNDOC_MEMBERS=YES
49 <doxygen:param>EXTRACT_PRIVATE=NO
50 <doxygen:param>ENABLE_PREPROCESSING=YES
51 <doxygen:param>MACRO_EXPANSION=YES
52 <doxygen:param>EXPAND_ONLY_PREDEF=YES
53 <doxygen:param>SEARCH_INCLUDES=YES
54 <doxygen:param>PREDEFINED="BOOST_STRING_TYPENAME=typename \"BOOST_STATIC_CONSTANT(type,var)=static const type var;\""
55 ;
56
57
58
59