mirror of
https://github.com/boostorg/utility.git
synced 2025-05-11 13:24:02 +00:00
Fixed web URL for the Boost.Utility docs.
Also adjusted formatting, removed unnecessary escaping and glob calls.
This commit is contained in:
parent
301ad68447
commit
51104850f6
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Copyright John Maddock 2005. Use, modification, and distribution are
|
# Copyright John Maddock 2005. Use, modification, and distribution are
|
||||||
# subject to the Boost Software License, Version 1.0. (See accompanying
|
# subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
@ -37,8 +36,8 @@ project : requirements
|
|||||||
# default pnd graphics are awful in PDF form,
|
# default pnd graphics are awful in PDF form,
|
||||||
# better use SVG's instead:
|
# better use SVG's instead:
|
||||||
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
|
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
|
||||||
<format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
|
<format>pdf:<xsl:param>"admon.graphics.path=$(boost-images)/"
|
||||||
<format>pdf:<xsl:param>boost.url.prefix=http\://www.boost.org/doc/libs/release/libs/utility/doc/html
|
<format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/utility/doc/html"
|
||||||
;
|
;
|
||||||
|
|
||||||
path-constant boost-images : ../../../doc/src/images ;
|
path-constant boost-images : ../../../doc/src/images ;
|
||||||
@ -46,7 +45,7 @@ path-constant boost-images : ../../../doc/src/images ;
|
|||||||
# Generate XML doxygen reference for base_from_member component in base_from_member_reference.xml
|
# Generate XML doxygen reference for base_from_member component in base_from_member_reference.xml
|
||||||
doxygen base_from_member_reference
|
doxygen base_from_member_reference
|
||||||
:
|
:
|
||||||
[ glob ../include/boost/utility/base_from_member.hpp ]
|
../include/boost/utility/base_from_member.hpp
|
||||||
:
|
:
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||||
@ -76,7 +75,8 @@ doxygen base_from_member_reference
|
|||||||
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
||||||
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
||||||
BOOST_REF_CONST=const"
|
BOOST_REF_CONST=const"
|
||||||
<doxygen:param>"EXCLUDE_SYMBOLS=detail \\
|
<doxygen:param>"EXCLUDE_SYMBOLS= \\
|
||||||
|
detail \\
|
||||||
F \\
|
F \\
|
||||||
result_of_has_result_type_impl \\
|
result_of_has_result_type_impl \\
|
||||||
conditional \\
|
conditional \\
|
||||||
@ -88,7 +88,7 @@ doxygen base_from_member_reference
|
|||||||
# Generate XML doxygen reference for boost_binary component in boost_binary_reference.xml
|
# Generate XML doxygen reference for boost_binary component in boost_binary_reference.xml
|
||||||
doxygen boost_binary_reference
|
doxygen boost_binary_reference
|
||||||
:
|
:
|
||||||
[ glob ../include/boost/utility/binary.hpp ]
|
../include/boost/utility/binary.hpp
|
||||||
:
|
:
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||||
@ -118,7 +118,8 @@ doxygen boost_binary_reference
|
|||||||
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
||||||
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
||||||
BOOST_REF_CONST=const"
|
BOOST_REF_CONST=const"
|
||||||
<doxygen:param>"EXCLUDE_SYMBOLS=detail \\
|
<doxygen:param>"EXCLUDE_SYMBOLS= \\
|
||||||
|
detail \\
|
||||||
F \\
|
F \\
|
||||||
result_of_has_result_type_impl \\
|
result_of_has_result_type_impl \\
|
||||||
conditional \\
|
conditional \\
|
||||||
@ -130,7 +131,8 @@ doxygen boost_binary_reference
|
|||||||
# Generate XML doxygen reference for call_traits component in call_traits_reference.xml
|
# Generate XML doxygen reference for call_traits component in call_traits_reference.xml
|
||||||
doxygen call_traits_reference
|
doxygen call_traits_reference
|
||||||
:
|
:
|
||||||
[ glob ../include/boost/call_traits.hpp ../include/boost/detail/call_traits.hpp ]
|
../include/boost/call_traits.hpp
|
||||||
|
../include/boost/detail/call_traits.hpp
|
||||||
:
|
:
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||||
@ -160,7 +162,8 @@ doxygen call_traits_reference
|
|||||||
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
||||||
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
||||||
BOOST_REF_CONST=const"
|
BOOST_REF_CONST=const"
|
||||||
<doxygen:param>"EXCLUDE_SYMBOLS=detail \\
|
<doxygen:param>"EXCLUDE_SYMBOLS= \\
|
||||||
|
detail \\
|
||||||
F \\
|
F \\
|
||||||
result_of_has_result_type_impl \\
|
result_of_has_result_type_impl \\
|
||||||
conditional \\
|
conditional \\
|
||||||
@ -172,7 +175,8 @@ doxygen call_traits_reference
|
|||||||
# Generate XML doxygen reference for compressed_pair component in compressed_pair_reference.xml
|
# Generate XML doxygen reference for compressed_pair component in compressed_pair_reference.xml
|
||||||
doxygen compressed_pair_reference
|
doxygen compressed_pair_reference
|
||||||
:
|
:
|
||||||
[ glob ../include/boost/compressed_pair.hpp ../include/boost/detail/compressed_pair.hpp ]
|
../include/boost/compressed_pair.hpp
|
||||||
|
../include/boost/detail/compressed_pair.hpp
|
||||||
:
|
:
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||||
@ -202,7 +206,8 @@ doxygen compressed_pair_reference
|
|||||||
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
||||||
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
||||||
BOOST_REF_CONST=const"
|
BOOST_REF_CONST=const"
|
||||||
<doxygen:param>"EXCLUDE_SYMBOLS=detail \\
|
<doxygen:param>"EXCLUDE_SYMBOLS= \\
|
||||||
|
detail \\
|
||||||
F \\
|
F \\
|
||||||
result_of_has_result_type_impl \\
|
result_of_has_result_type_impl \\
|
||||||
conditional \\
|
conditional \\
|
||||||
@ -214,7 +219,8 @@ doxygen compressed_pair_reference
|
|||||||
# Generate XML doxygen reference for in_place_factory component in in_place_factory_reference.xml
|
# Generate XML doxygen reference for in_place_factory component in in_place_factory_reference.xml
|
||||||
doxygen in_place_factory_reference
|
doxygen in_place_factory_reference
|
||||||
:
|
:
|
||||||
[ glob ../include/boost/utility/in_place_factory.hpp ../include/boost/utility/typed_in_place_factory.hpp ]
|
../include/boost/utility/in_place_factory.hpp
|
||||||
|
../include/boost/utility/typed_in_place_factory.hpp
|
||||||
:
|
:
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||||
@ -244,7 +250,8 @@ doxygen in_place_factory_reference
|
|||||||
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
||||||
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
||||||
BOOST_REF_CONST=const"
|
BOOST_REF_CONST=const"
|
||||||
<doxygen:param>"EXCLUDE_SYMBOLS=detail \\
|
<doxygen:param>"EXCLUDE_SYMBOLS= \\
|
||||||
|
detail \\
|
||||||
F \\
|
F \\
|
||||||
result_of_has_result_type_impl \\
|
result_of_has_result_type_impl \\
|
||||||
conditional \\
|
conditional \\
|
||||||
@ -259,7 +266,7 @@ doxygen in_place_factory_reference
|
|||||||
# Generate XML doxygen reference for result_of component in result_of_reference.xml
|
# Generate XML doxygen reference for result_of component in result_of_reference.xml
|
||||||
doxygen result_of_reference
|
doxygen result_of_reference
|
||||||
:
|
:
|
||||||
[ glob ../include/boost/utility/result_of.hpp ]
|
../include/boost/utility/result_of.hpp
|
||||||
:
|
:
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||||
@ -289,7 +296,8 @@ doxygen result_of_reference
|
|||||||
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
||||||
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
||||||
BOOST_REF_CONST=const"
|
BOOST_REF_CONST=const"
|
||||||
<doxygen:param>"EXCLUDE_SYMBOLS=detail \\
|
<doxygen:param>"EXCLUDE_SYMBOLS= \\
|
||||||
|
detail \\
|
||||||
F \\
|
F \\
|
||||||
result_of_has_result_type_impl \\
|
result_of_has_result_type_impl \\
|
||||||
conditional \\
|
conditional \\
|
||||||
@ -301,7 +309,7 @@ doxygen result_of_reference
|
|||||||
# Generate XML doxygen reference for string_view component in string_view_reference.xml
|
# Generate XML doxygen reference for string_view component in string_view_reference.xml
|
||||||
doxygen string_view_reference
|
doxygen string_view_reference
|
||||||
:
|
:
|
||||||
[ glob ../include/boost/utility/string_view.hpp ]
|
../include/boost/utility/string_view.hpp
|
||||||
:
|
:
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||||
@ -331,7 +339,8 @@ doxygen string_view_reference
|
|||||||
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
||||||
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
||||||
BOOST_REF_CONST=const"
|
BOOST_REF_CONST=const"
|
||||||
<doxygen:param>"EXCLUDE_SYMBOLS=detail \\
|
<doxygen:param>"EXCLUDE_SYMBOLS= \\
|
||||||
|
detail \\
|
||||||
F \\
|
F \\
|
||||||
result_of_has_result_type_impl \\
|
result_of_has_result_type_impl \\
|
||||||
conditional \\
|
conditional \\
|
||||||
@ -343,7 +352,7 @@ doxygen string_view_reference
|
|||||||
# Generate XML doxygen reference for value_init component in value_init_reference.xml
|
# Generate XML doxygen reference for value_init component in value_init_reference.xml
|
||||||
doxygen value_init_reference
|
doxygen value_init_reference
|
||||||
:
|
:
|
||||||
[ glob ../include/boost/utility/value_init.hpp ]
|
../include/boost/utility/value_init.hpp
|
||||||
:
|
:
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||||
@ -373,7 +382,8 @@ doxygen value_init_reference
|
|||||||
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
|
||||||
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" \\
|
||||||
BOOST_REF_CONST=const"
|
BOOST_REF_CONST=const"
|
||||||
<doxygen:param>"EXCLUDE_SYMBOLS=detail \\
|
<doxygen:param>"EXCLUDE_SYMBOLS= \\
|
||||||
|
detail \\
|
||||||
F \\
|
F \\
|
||||||
result_of_has_result_type_impl \\
|
result_of_has_result_type_impl \\
|
||||||
conditional \\
|
conditional \\
|
||||||
@ -405,7 +415,7 @@ boostbook standalone_main
|
|||||||
# File name of HTML output:
|
# File name of HTML output:
|
||||||
# <xsl:param>root.filename=main
|
# <xsl:param>root.filename=main
|
||||||
<xsl:param>boost.root=../../../..
|
<xsl:param>boost.root=../../../..
|
||||||
<format>pdf:<xsl:param>boost.url.prefix="http\://www.boost.org/doc/libs/release/libs/core/doc/html"
|
<format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/utility/doc/html"
|
||||||
# How far down we chunk nested sections: no more than two so utility component pages include their reference
|
# How far down we chunk nested sections: no more than two so utility component pages include their reference
|
||||||
<xsl:param>chunk.section.depth=2 # 8
|
<xsl:param>chunk.section.depth=2 # 8
|
||||||
# Don't put the first section on the same page as the TOC:
|
# Don't put the first section on the same page as the TOC:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user