diff --git a/doc/config.qbk b/doc/config.qbk index fd10efc9..3dc11ba6 100644 --- a/doc/config.qbk +++ b/doc/config.qbk @@ -22,7 +22,7 @@ Distributed under the Boost Software License, Version 1.0. [def __BOOST_REGRESSION_TEST_DRIVER__ [@../../../../tools/regression/doc/index.html boost regression test driver]] [def __BOOST_CONFIG_HEADER__ [@../../../../boost/config.hpp ]] [def __BOOST_CONFIG_USER_HEADER__ [@../../../../boost/config/user.hpp ]] -[def __BOOST_CONFIG_SUFFIX_HEADER__ [@../../../../boost/config/user.hpp ]] +[def __BOOST_CONFIG_SUFFIX_HEADER__ [@../../../../boost/config/detail/suffix.hpp ]] [def __BOOST_CONFIG_DIR__ [']`/boost/config/`] diff --git a/doc/guidelines.qbk b/doc/guidelines.qbk index 93436457..19fefc66 100644 --- a/doc/guidelines.qbk +++ b/doc/guidelines.qbk @@ -191,9 +191,9 @@ modifying this file as it breaks dependencies for everyone. This file should include only "boilerplate" configuration code, and generally should change only when new macros are added. -[@../../../../boost/config/select_compiler_config.hpp ], -[@../../../../boost/config/select_platform_config.hpp ] and -[@../../../../boost/config/select_stdlib_config.hpp ] +[@../../../../boost/config/detail/select_compiler_config.hpp ], +[@../../../../boost/config/detail/select_platform_config.hpp ] and +[@../../../../boost/config/detail/select_stdlib_config.hpp ] are included by default and should change only if support for a new compiler/standard library/platform is added.