Update of /cvsroot/boost/boost/libs/interprocess/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28292/doc

Modified Files:
        interprocess.qbk Jamfile.v2 
Log Message:
Changes for official inclusion in the regression tests

Index: interprocess.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/interprocess/doc/interprocess.qbk,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- interprocess.qbk    17 Apr 2007 17:06:50 -0000      1.4
+++ interprocess.qbk    4 May 2007 21:17:46 -0000       1.5
@@ -1,8 +1,8 @@
 [library Interprocess
     [quickbook 1.4]
-    [version 2006-10-13]
+    [version 2007-05-03]
     [authors [Gaztañaga, Ion]]
-    [copyright 2005- 2006 Ion Gaztañaga]
+    [copyright 2005- 2007 Ion Gaztañaga]
     [purpose Interprocess communication utilities]
     [license
         Distributed under the Boost Software License, Version 1.0.
@@ -47,79 +47,14 @@
[...5255 lines suppressed...]
+   [classref boost::interprocess::multimap multimap] classes.
 
 *  [*Source breaking]: A shared memory object is now used including
    `shared_memory_object.hpp` header instead of `shared memory.hpp`.
@@ -7321,7 +6041,7 @@
    redefinition errors when using Interprocess and Asio in windows.
 
 *  [*ABI breaking]: `mapped_region` constructor no longer requires classes
-   derived from memory_mappable, but classes the fulfill the MemoryMappable 
concept.
+   derived from memory_mappable, but classes must fulfill the MemoryMappable 
concept.
 
 *  Added in-place reallocation capabilities to basic_string.
 
@@ -7377,5 +6097,4 @@
 
 [endsect]
 
-
-[xinclude interprocess_doxygen.xml]
+[xinclude interprocess_doxygen.boostbook]

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/interprocess/doc/Jamfile.v2,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Jamfile.v2  15 Oct 2006 14:07:14 -0000      1.3
+++ Jamfile.v2  4 May 2007 21:17:46 -0000       1.4
@@ -1,6 +1,6 @@
 #  Boost.Interprocess library documentation Jamfile  
---------------------------------
 #
-#  Copyright Ion Gaztañaga 2005-2006. Use, modification and
+#  Copyright Ion Gaztañaga 2005-2007. Use, modification and
 #  distribution is subject to the Boost Software License, Version
 #  1.0. (See accompanying file LICENSE_1_0.txt or copy at
 #  http://www.boost.org/LICENSE_1_0.txt)
@@ -27,19 +27,11 @@
         <doxygen:param>EXTRACT_ALL=NO
         <doxygen:param>HIDE_UNDOC_MEMBERS=YES
         <doxygen:param>EXTRACT_PRIVATE=NO
-        <doxygen:param>ENABLE_PREPROCESSING=NO
-        <doxygen:param>MACRO_EXPANSION=YES
+#        <doxygen:param>ENABLE_PREPROCESSING=NO
+#        <doxygen:param>MACRO_EXPANSION=YES
         <doxygen:param>EXPAND_ONLY_PREDEF=YES
-        <doxygen:param>SEARCH_INCLUDES=YES
-        <doxygen:param>INCLUDE_PATH=$(BOOST_ROOT)
-#    <doxygen:param>EXTRACT_ALL=NO
-#    <doxygen:param>HIDE_SCOPE_NAMES=YES
-#    <doxygen:param>HIDE_UNDOC_MEMBERS=YES
-#    <doxygen:param>EXTRACT_PRIVATE=NO
-#    <doxygen:param>ENABLE_PREPROCESSING=YES
-#    <doxygen:param>MACRO_EXPANSION=YES
-#    <doxygen:param>EXPAND_ONLY_PREDEF=YES
-#    <doxygen:param>SEARCH_INCLUDES=YES
+#        <doxygen:param>SEARCH_INCLUDES=YES
+#        <doxygen:param>INCLUDE_PATH=$(BOOST_ROOT)
    ;
 
 xml interprocess_xml : interprocess.qbk ;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to