Moved auto-generated files to a separate subdirectory.

This commit is contained in:
Andrey Semashev 2021-11-16 17:15:50 +03:00
parent f7c17df050
commit 73bccf50db
10 changed files with 20 additions and 10 deletions

View File

@ -68,7 +68,7 @@ void bar()
[endsect]
[/===============]
[xinclude boost_binary_reference.xml]
[xinclude tmp/boost_binary_reference.xml]
[/===============]

View File

@ -47,6 +47,7 @@ doxygen base_from_member_reference
:
../include/boost/utility/base_from_member.hpp
:
<location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>EXTRACT_ALL=NO
@ -90,6 +91,7 @@ doxygen boost_binary_reference
:
../include/boost/utility/binary.hpp
:
<location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>EXTRACT_ALL=NO
@ -134,6 +136,7 @@ doxygen call_traits_reference
../include/boost/call_traits.hpp
../include/boost/detail/call_traits.hpp
:
<location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>EXTRACT_ALL=NO
@ -178,6 +181,7 @@ doxygen compressed_pair_reference
../include/boost/compressed_pair.hpp
../include/boost/detail/compressed_pair.hpp
:
<location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>EXTRACT_ALL=NO
@ -222,6 +226,7 @@ doxygen in_place_factory_reference
../include/boost/utility/in_place_factory.hpp
../include/boost/utility/typed_in_place_factory.hpp
:
<location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>EXTRACT_ALL=NO
@ -268,6 +273,7 @@ doxygen result_of_reference
:
../include/boost/utility/result_of.hpp
:
<location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>EXTRACT_ALL=NO
@ -311,6 +317,7 @@ doxygen string_view_reference
:
../include/boost/utility/string_view.hpp
:
<location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>EXTRACT_ALL=NO
@ -354,6 +361,7 @@ doxygen value_init_reference
:
../include/boost/utility/value_init.hpp
:
<location>tmp
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>EXTRACT_ALL=NO
@ -396,8 +404,8 @@ doxygen value_init_reference
xml main : main.qbk ;
# Generate ./html documentation from main.xml boostbook documentation
# Each doxygen reference in quickbook files with [xinclude <component>_reference.xml] becomes:
# <xi:include href="../../../../libs/utility/doc/<component>_reference.xml"/>
# Each doxygen reference in quickbook files with [xinclude tmp/<component>_reference.xml] becomes:
# <xi:include href="../../../../libs/utility/doc/tmp/<component>_reference.xml"/>
# in boostbook.
# All of these <xi:include> commands give the reference the id "utility.reference"
boostbook standalone_main

View File

@ -345,7 +345,7 @@ The last conversion is necessary for the compiler to call a constructor form
[endsect]
[/===============]
[xinclude base_from_member_reference.xml]
[xinclude tmp/base_from_member_reference.xml]
[/===============]
[section Acknowledgments]

View File

@ -437,7 +437,7 @@ specialisation.
[endsect]
[/===============]
[xinclude call_traits_reference.xml]
[xinclude tmp/call_traits_reference.xml]
[/===============]
[endsect]

View File

@ -83,7 +83,7 @@ is due to a bug in the way VC6 generates implicit assignment operators.
[endsect]
[/===============]
[xinclude compressed_pair_reference.xml]
[xinclude tmp/compressed_pair_reference.xml]
[/===============]
[section Acknowledgments]

View File

@ -297,7 +297,7 @@ void foo()
[/===============]
[#boost.typed_in_place_factory_base]
[xinclude in_place_factory_reference.xml]
[xinclude tmp/in_place_factory_reference.xml]
[/===============]
[section Acknowledgments]

View File

@ -409,7 +409,7 @@ requirements regarding pointers to member data.
[endsect]
[/===============]
[xinclude result_of_reference.xml]
[xinclude tmp/result_of_reference.xml]
[/===============]
[section Acknowledgments]

View File

@ -193,7 +193,7 @@ a common utility.
[endsect]
[/===============]
[xinclude string_view_reference.xml]
[xinclude tmp/string_view_reference.xml]
[/===============]
[/===============]

2
doc/tmp/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.qbk
*.xml

View File

@ -558,7 +558,7 @@ compiler-generated functions you do not want], [@http://www.aristeia.com/books.h
[endsect]
[/===============]
[xinclude value_init_reference.xml]
[xinclude tmp/value_init_reference.xml]
[/===============]
[#sec:acknowledgements]