diff --git a/doc/BOOST_BINARY.qbk b/doc/BOOST_BINARY.qbk index 73fc2e7..6a6fe70 100644 --- a/doc/BOOST_BINARY.qbk +++ b/doc/BOOST_BINARY.qbk @@ -68,7 +68,7 @@ void bar() [endsect] [/===============] -[xinclude boost_binary_reference.xml] +[xinclude tmp/boost_binary_reference.xml] [/===============] diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 80ac1f0..971f5af 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -47,6 +47,7 @@ doxygen base_from_member_reference : ../include/boost/utility/base_from_member.hpp : + tmp ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES EXTRACT_ALL=NO @@ -90,6 +91,7 @@ doxygen boost_binary_reference : ../include/boost/utility/binary.hpp : + tmp ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES EXTRACT_ALL=NO @@ -134,6 +136,7 @@ doxygen call_traits_reference ../include/boost/call_traits.hpp ../include/boost/detail/call_traits.hpp : + tmp ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES EXTRACT_ALL=NO @@ -178,6 +181,7 @@ doxygen compressed_pair_reference ../include/boost/compressed_pair.hpp ../include/boost/detail/compressed_pair.hpp : + tmp ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES 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 : + tmp ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES EXTRACT_ALL=NO @@ -268,6 +273,7 @@ doxygen result_of_reference : ../include/boost/utility/result_of.hpp : + tmp ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES EXTRACT_ALL=NO @@ -311,6 +317,7 @@ doxygen string_view_reference : ../include/boost/utility/string_view.hpp : + tmp ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES EXTRACT_ALL=NO @@ -354,6 +361,7 @@ doxygen value_init_reference : ../include/boost/utility/value_init.hpp : + tmp ENABLE_PREPROCESSING=YES EXPAND_ONLY_PREDEF=YES 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 _reference.xml] becomes: -# +# Each doxygen reference in quickbook files with [xinclude tmp/_reference.xml] becomes: +# # in boostbook. # All of these commands give the reference the id "utility.reference" boostbook standalone_main diff --git a/doc/base_from_member.qbk b/doc/base_from_member.qbk index e5a9d02..9ed4ea2 100644 --- a/doc/base_from_member.qbk +++ b/doc/base_from_member.qbk @@ -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] diff --git a/doc/call_traits.qbk b/doc/call_traits.qbk index 176bc01..ecec726 100644 --- a/doc/call_traits.qbk +++ b/doc/call_traits.qbk @@ -437,7 +437,7 @@ specialisation. [endsect] [/===============] -[xinclude call_traits_reference.xml] +[xinclude tmp/call_traits_reference.xml] [/===============] [endsect] diff --git a/doc/compressed_pair.qbk b/doc/compressed_pair.qbk index 207ba8c..21497a2 100644 --- a/doc/compressed_pair.qbk +++ b/doc/compressed_pair.qbk @@ -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] diff --git a/doc/in_place_factory.qbk b/doc/in_place_factory.qbk index 286dd83..ff47528 100644 --- a/doc/in_place_factory.qbk +++ b/doc/in_place_factory.qbk @@ -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] diff --git a/doc/result_of.qbk b/doc/result_of.qbk index 2ce8fa0..854414a 100644 --- a/doc/result_of.qbk +++ b/doc/result_of.qbk @@ -409,7 +409,7 @@ requirements regarding pointers to member data. [endsect] [/===============] -[xinclude result_of_reference.xml] +[xinclude tmp/result_of_reference.xml] [/===============] [section Acknowledgments] diff --git a/doc/string_view.qbk b/doc/string_view.qbk index 13c5180..477a9b7 100644 --- a/doc/string_view.qbk +++ b/doc/string_view.qbk @@ -193,7 +193,7 @@ a common utility. [endsect] [/===============] -[xinclude string_view_reference.xml] +[xinclude tmp/string_view_reference.xml] [/===============] [/===============] diff --git a/doc/tmp/.gitignore b/doc/tmp/.gitignore new file mode 100644 index 0000000..a9a0caf --- /dev/null +++ b/doc/tmp/.gitignore @@ -0,0 +1,2 @@ +*.qbk +*.xml diff --git a/doc/value_init.qbk b/doc/value_init.qbk index 2ffbe55..e4d86fc 100644 --- a/doc/value_init.qbk +++ b/doc/value_init.qbk @@ -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]