Merge pull request #85 from alandefreitas/reference_glob

Adjust doxygen relative paths
This commit is contained in:
Glen Fernandes 2021-12-08 10:56:04 -05:00 committed by GitHub
commit f3f7c3c041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,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
: :
../include/boost/utility/base_from_member.hpp ../../../boost/utility/base_from_member.hpp
: :
<location>tmp <location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES
@ -89,7 +89,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
: :
../include/boost/utility/binary.hpp ../../../boost/utility/binary.hpp
: :
<location>tmp <location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES
@ -133,8 +133,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
: :
../include/boost/call_traits.hpp ../../../boost/call_traits.hpp
../include/boost/detail/call_traits.hpp ../../../boost/detail/call_traits.hpp
: :
<location>tmp <location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES
@ -178,8 +178,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
: :
../include/boost/compressed_pair.hpp ../../../boost/compressed_pair.hpp
../include/boost/detail/compressed_pair.hpp ../../../boost/detail/compressed_pair.hpp
: :
<location>tmp <location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES
@ -223,8 +223,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
: :
../include/boost/utility/in_place_factory.hpp ../../../boost/utility/in_place_factory.hpp
../include/boost/utility/typed_in_place_factory.hpp ../../../boost/utility/typed_in_place_factory.hpp
: :
<location>tmp <location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES
@ -271,7 +271,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
: :
../include/boost/utility/result_of.hpp ../../../boost/utility/result_of.hpp
: :
<location>tmp <location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES
@ -315,7 +315,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
: :
../include/boost/utility/string_view.hpp ../../../boost/utility/string_view.hpp
: :
<location>tmp <location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES
@ -359,7 +359,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
: :
../include/boost/utility/value_init.hpp ../../../boost/utility/value_init.hpp
: :
<location>tmp <location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES