diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index e4eec41..75ce5dc 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -32,15 +32,17 @@ doxygen autodoc EXPAND_ONLY_PREDEF=YES MACRO_EXPANSION=YES "PREDEFINED=\"BOOST_INTERPROCESS_DOXYGEN_INVOKED\" \\ - \"BOOST_CONTAINER_NOEXCEPT_IF(a)=\" \\ - \"BOOST_CONTAINER_NOEXCEPT=\" \\ + \"BOOST_INTERPROCESS_NOEXCEPT_IF(a)=\" \\ + \"BOOST_INTERPROCESS_NOEXCEPT=\" \\ + \"BOOST_INTERPROCESS_IMPDEF(T)=implementation_defined\" \\ + \"BOOST_INTERPROCESS_SEEDOC(T)=see_documentation\" \\ \"BOOST_INTERPROCESS_ENABLE_MOVE_EMULATION(a)= \" \\ \"BOOST_RV_REF(a)=a &&\" \\ \"BOOST_RV_REF_BEG=\" \\ \"BOOST_RV_REF_END=&&\" \\ \"BOOST_FWD_REF(a)=a &&\"" - "boost.doxygen.reftitle=Boost.Interprocess Reference" + "boost.doxygen.reftitle=Boost.Interprocess Header Reference" ; xml interprocess : interprocess.qbk diff --git a/doc/interprocess.qbk b/doc/interprocess.qbk index c2dac79..8dcc775 100644 --- a/doc/interprocess.qbk +++ b/doc/interprocess.qbk @@ -6732,6 +6732,14 @@ thank them: [section:release_notes Release Notes] +[section:release_notes_boost_1_57_00 Boost 1.57 Release] +* Fixed bugs: + * [@https://svn.boost.org/trac/boost/ticket/10262 Trac #10262 (['"AIX 6.1 bug with variable definition hz"])]. + * [@https://svn.boost.org/trac/boost/ticket/10262 Trac #10229 (['"Compiling errors in interprocess\detail\os_file_functions.hpp"])]. +#: + +[endsect] + [section:release_notes_boost_1_56_00 Boost 1.56 Release] * Fixed bugs: * [@https://svn.boost.org/trac/boost/ticket/9221 Trac #9221 (['"message_queue deadlock on linux"])].