diff --git a/doc/build.jam b/doc/build.jam index 52f1336..6b5cc76 100644 --- a/doc/build.jam +++ b/doc/build.jam @@ -58,6 +58,43 @@ boostbook standalone css ; +############################################################################### +### Targets for Boost release integration. +############################################################################### + # Target for Boost global documentation integration. -alias boostdoc : predef : : : predef ; +# +# For documentation that will be integrated into the global documentation +# this should be an alias similar to: +# +# alias boostdoc : my_lib : : : my_lib_boostbook_xml ; +# explicit boostdoc ; +# +# For documentation that is not part of the global documentation, i.e. +# it has stadalone documentation, it should be an empty alias: +# +# alias boostdoc ; +# explicit boostdoc ; +# +alias boostdoc : predef : : : predef ; explicit boostdoc ; + +# Target for Boost standalone release documentation building. +# +# For documentation that is not part of the global Boost documentation +# this should be an alias to building the "standalone" documentation. +# Usual this is just an alias to a "stadalone" target: +# +# alias boostrelease : stadalone ; +# explicit boostrelease ; +# +# For documentation that is part of the global Boost documentation this +# should be an empty alias: +# +# alias boostrelease ; +# explicit boostrelease ; +# +alias boostrelease ; +explicit boostrelease ; + +############################################################################### diff --git a/doc/html/index.html b/doc/html/index.html index a1e170a..74a1ab2 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -56,7 +56,7 @@ - +

Last revised: February 17, 2016 at 15:44:31 GMT

Last revised: July 19, 2016 at 15:27:08 GMT


diff --git a/doc/html/predef/reference/boost_hw_hardware_macros.html b/doc/html/predef/reference/boost_hw_hardware_macros.html index 1f38ffa..755ae27 100644 --- a/doc/html/predef/reference/boost_hw_hardware_macros.html +++ b/doc/html/predef/reference/boost_hw_hardware_macros.html @@ -1169,7 +1169,7 @@
- BOOST_HW_SIMD_X86_SSE4A_VERSION + BOOST_HW_SIMD_X86_AMD_SSE4A_VERSION

SSE4A x86 @@ -1180,7 +1180,7 @@

- BOOST_HW_SIMD_X86_FMA4_VERSION + BOOST_HW_SIMD_X86_AMD_FMA4_VERSION

FMA4 @@ -1191,7 +1191,7 @@

- BOOST_HW_SIMD_X86_XOP_VERSION + BOOST_HW_SIMD_X86_AMD_XOP_VERSION

XOP