1010import toolset ;
1111toolset.using doxygen ;
1212
13- boostbook string_algo : string_algo.xml autodoc
13+ boostbook string_algo : string_algo.xml autodoc
1414 :
1515 <xsl:param>boost.root=../../../../..
1616 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
1717 ;
1818
1919doxygen 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 ]
20+ :
21+ [ glob ../../include /boost/algorithm/string.hpp ]
22+ [ glob ../../include /boost/algorithm/string_regex.hpp ]
23+
24+ [ glob ../../include /boost/algorithm/string/classification.hpp ]
25+ [ glob ../../include/ boost/algorithm/string/iterator_range.hpp ]
26+ [ glob ../../include /boost/algorithm/string/sequence_traits.hpp ]
27+ [ glob ../../include /boost/algorithm/string/std_containers_traits.hpp ]
28+ [ glob ../../include /boost/algorithm/string/concept.hpp ]
29+ [ glob ../../include /boost/algorithm/string/compare.hpp ]
30+ [ glob ../../include /boost/algorithm/string/constants.hpp ]
31+ [ glob ../../include /boost/algorithm/string/case_conv.hpp ]
32+ [ glob ../../include /boost/algorithm/string/find.hpp ]
33+ [ glob ../../include /boost/algorithm/string/finder.hpp ]
34+ [ glob ../../include /boost/algorithm/string/find_iterator.hpp ]
35+ [ glob ../../include /boost/algorithm/string/trim.hpp ]
36+ [ glob ../../include /boost/algorithm/string/predicate.hpp ]
37+ [ glob ../../include /boost/algorithm/string/split.hpp ]
38+ [ glob ../../include /boost/algorithm/string/iter_find.hpp ]
39+ [ glob ../../include /boost/algorithm/string/erase.hpp ]
40+ [ glob ../../include /boost/algorithm/string/join.hpp ]
41+ [ glob ../../include /boost/algorithm/string/replace.hpp ]
42+ [ glob ../../include /boost/algorithm/string/find_format.hpp ]
43+ [ glob ../../include /boost/algorithm/string/formatter.hpp ]
44+ [ glob ../../include /boost/algorithm/string/regex.hpp ]
45+ [ glob ../../include /boost/algorithm/string/regex_find_format.hpp ]
46+ [ glob ../../include /boost/algorithm/string/trim_all.hpp ]
4747 :
4848 <doxygen:param>HIDE_UNDOC_MEMBERS=YES
4949 <doxygen:param>EXTRACT_PRIVATE=NO
@@ -53,7 +53,7 @@ doxygen autodoc
5353 <doxygen:param>SEARCH_INCLUDES=YES
5454 <doxygen:param>PREDEFINED="BOOST_STRING_TYPENAME=typename \"BOOST_STATIC_CONSTANT(type,var)=static const type var;\""
5555 ;
56-
56+
5757
5858
5959
0 commit comments