Boost logo

Boost-Commit :

From: oryol_at_[hidden]
Date: 2008-02-12 22:39:32


Author: jeremypack
Date: 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
New Revision: 43235
URL: http://svn.boost.org/trac/boost/changeset/43235

Log:
Docs changes

Binary files modified:
   sandbox/libs/extension/doc/html/boost_extension/appendices.html
Text files modified:
   sandbox/libs/extension/doc/extension.qbk | 7 +++----
   sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_a.html | 4 ++--
   sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_b.html | 2 +-
   sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_c.html | 2 +-
   sandbox/libs/extension/doc/html/boost_extension/factories.html | 8 ++++----
   sandbox/libs/extension/doc/html/boost_extension/info.html | 6 +++---
   sandbox/libs/extension/doc/html/boost_extension/introduction.html | 11 +++++++----
   sandbox/libs/extension/doc/html/boost_extension/performance_analysis.html | 10 +++++-----
   sandbox/libs/extension/doc/html/boost_extension/shared_libraries.html | 14 +++++++-------
   sandbox/libs/extension/doc/html/boost_extension/tutorials.html | 4 ++--
   sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial01.html | 2 +-
   sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial02.html | 2 +-
   sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial03.html | 2 +-
   sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial04.html | 6 +++---
   sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial05.html | 4 ++--
   sandbox/libs/extension/doc/html/index.html | 8 ++++----
   sandbox/libs/extension/doc/introduction.qbk | 4 ++++
   sandbox/libs/reflection/doc/html/boost_reflection/extension.html | 4 ++--
   sandbox/libs/reflection/doc/html/boost_reflection/introduction.html | 6 +++---
   sandbox/libs/reflection/doc/html/boost_reflection/tutorials.html | 4 ++--
   sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial01.html | 2 +-
   sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial03.html | 2 +-
   sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial04.html | 2 +-
   sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial05.html | 2 +-
   sandbox/libs/reflection/doc/html/index.html | 8 ++++----
   sandbox/libs/reflection/doc/reflection.qbk | 3 +--
   26 files changed, 67 insertions(+), 62 deletions(-)

Modified: sandbox/libs/extension/doc/extension.qbk
==============================================================================
--- sandbox/libs/extension/doc/extension.qbk (original)
+++ sandbox/libs/extension/doc/extension.qbk 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -6,8 +6,7 @@
 [/ See http://www.boost.org/ for latest version. ]
 
 [library Boost.Extension
- [quickbook 1.3]
- [version 1.0]
+ [quickbook 1.4]
     [copyright 2007 Jeremy Pack, Mariano G. Consoni]
     [purpose Factory management and facilities for using shared libraries]
     [license
@@ -16,12 +15,12 @@
         [@http://www.boost.org/LICENSE_1_0.txt http://www.boost.org/LICENSE_1_0.txt])
     ]
     [category Programming Interfaces]
- [last-revision $Date: 2008/2/9 17:05:00 $]
+ [last-revision $Date: 2008/2/12 19:25:00 $]
 ]
 
 
 [def __linked_library [link boost_extension.linked_library linked_library]]
-[def __zone [link boost_extension.factory_map factory_map]]
+[def __factory_map [link boost_extension.factory_map factory_map]]
 [def __factory [link boost_extension.factory factory]]
 
 [include introduction.qbk]

Modified: sandbox/libs/extension/doc/html/boost_extension/appendices.html
==============================================================================
Binary files. No diff available.

Modified: sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_a.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_a.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_a.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Appendix A - Windows Export and Import Declarations</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension">
 <link rel="up" href="../appendices.html" title=" Appendices">
 <link rel="prev" href="../appendices.html" title=" Appendices">
 <link rel="next" href="appendix_b.html" title=" Appendix B - Optional Dependencies">
@@ -41,7 +41,7 @@
         how this is done.
       </p>
 <a name="boost_extension.appendices.appendix_a.warning"></a><h3>
-<a name="id938028"></a>
+<a name="id938045"></a>
         Warning
       </h3>
 <p>

Modified: sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_b.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_b.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_b.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Appendix B - Optional Dependencies</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension">
 <link rel="up" href="../appendices.html" title=" Appendices">
 <link rel="prev" href="appendix_a.html" title=" Appendix A - Windows Export and Import Declarations">
 <link rel="next" href="appendix_c.html" title=" Appendix C - OS X Shared Libraries">

Modified: sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_c.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_c.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_c.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Appendix C - OS X Shared Libraries</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension">
 <link rel="up" href="../appendices.html" title=" Appendices">
 <link rel="prev" href="appendix_b.html" title=" Appendix B - Optional Dependencies">
 </head>

Modified: sandbox/libs/extension/doc/html/boost_extension/factories.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/factories.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/factories.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,8 +4,8 @@
 <title> Factories</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension">
 <link rel="prev" href="tutorials/tutorial05.html" title=" Tutorial 5">
 <link rel="next" href="shared_libraries.html" title=" Shared Libraries">
 </head>
@@ -49,7 +49,7 @@
       are:
     </p>
 <a name="boost_extension.factories.void_set_lt_d_gt___"></a><h3>
-<a name="id934409"></a>
+<a name="id934425"></a>
       void set&lt;D&gt;()
     </h3>
 <p>
@@ -59,7 +59,7 @@
       This function may be called multiple times, to change the factory function.
     </p>
 <a name="boost_extension.factories.bool_is_valid__"></a><h3>
-<a name="id934449"></a>
+<a name="id934465"></a>
       bool is_valid()
     </h3>
 <p>

Modified: sandbox/libs/extension/doc/html/boost_extension/info.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/info.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/info.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,8 +4,8 @@
 <title> Info Classes</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension">
 <link rel="prev" href="shared_libraries.html" title=" Shared Libraries">
 <link rel="next" href="performance_analysis.html" title=" Performance Analysis">
 </head>
@@ -207,7 +207,7 @@
     </p>
 <div class="informaltable">
 <h4>
-<a name="id937620"></a>
+<a name="id937636"></a>
       </h4>
 <table class="table">
 <colgroup><col></colgroup>

Modified: sandbox/libs/extension/doc/html/boost_extension/introduction.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/introduction.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/introduction.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,9 +4,9 @@
 <title> Introduction</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
-<link rel="prev" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension">
+<link rel="prev" href="../index.html" title="Chapter 1. Boost.Extension">
 <link rel="next" href="tutorials.html" title="Tutorials">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -48,7 +48,10 @@
         RTTI is used by default, but it is possible to use user-defined type identification
       </li>
 <li>
- Classes do not need to be modified to be loadable
+ Classes do not need to be modified to be loadable This library is currently
+ in development in preparation for a review for inclusion in the Boost C++
+ Libraries. For ongoing status updates, check <a href="http://boost-extension.blogspot.com/" target="_top">C++
+ Plugins and Reflection</a>.
       </li>
 </ul></div>
 </div>

Modified: sandbox/libs/extension/doc/html/boost_extension/performance_analysis.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/performance_analysis.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/performance_analysis.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,8 +4,8 @@
 <title> Performance Analysis</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension">
 <link rel="prev" href="info.html" title=" Info Classes">
 <link rel="next" href="appendices.html" title=" Appendices">
 </head>
@@ -41,7 +41,7 @@
       Boost) more optimization will be performed.
     </p>
 <a name="boost_extension.performance_analysis.first_comparison"></a><h1>
-<a name="id937759"></a>
+<a name="id937776"></a>
       First comparison
     </h1>
 <p>
@@ -73,7 +73,7 @@
       So Boost.Extension is (aprox.) three times slower.
     </p>
 <a name="boost_extension.performance_analysis.multiple_calls_and_libraries"></a><h1>
-<a name="id937836"></a>
+<a name="id937853"></a>
       Multiple calls and libraries
     </h1>
 <p>
@@ -122,7 +122,7 @@
       RTTI works across shared libraries.
     </p>
 <a name="boost_extension.performance_analysis.boost__function_overhead"></a><h1>
-<a name="id937831"></a>
+<a name="id937847"></a>
       boost::function overhead
     </h1>
 <p>

Modified: sandbox/libs/extension/doc/html/boost_extension/shared_libraries.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/shared_libraries.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/shared_libraries.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,8 +4,8 @@
 <title> Shared Libraries</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension">
 <link rel="prev" href="factories.html" title=" Factories">
 <link rel="next" href="info.html" title=" Info Classes">
 </head>
@@ -41,7 +41,7 @@
       </li>
 </ul></div>
 <a name="boost_extension.shared_libraries._code__phrase_role__identifier__shared_library__phrase__phrase_role__special_____phrase__phrase_role__keyword__const__phrase__nbsp__phrase_role__keyword__char__phrase__nbsp__phrase_role__special_____phrase__nbsp__phrase_role__identifier__location__phrase__phrase_role__special_____phrase__nbsp__phrase_role__keyword__bool__phrase__nbsp__phrase_role__identifier__auto_close__phrase__nbsp__phrase_role__special_____phrase__nbsp__phrase_role__keyword__false__phrase__phrase_role__special_____phrase___code_"></a><h4>
-<a name="id934514"></a>
+<a name="id934530"></a>
       <code class="computeroutput"><span class="identifier">shared_library</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <span class="identifier">location</span><span class="special">,</span> <span class="keyword">bool</span> <span class="identifier">auto_close</span> <span class="special">=</span> <span class="keyword">false</span><span class="special">)</span></code>
     </h4>
 <p>
@@ -51,21 +51,21 @@
       does not open the library.
     </p>
 <a name="boost_extension.shared_libraries._code__phrase_role__keyword__bool__phrase__nbsp__phrase_role__identifier__open__phrase__phrase_role__special______phrase___code_"></a><h4>
-<a name="id934641"></a>
+<a name="id934658"></a>
       <code class="computeroutput"><span class="keyword">bool</span> <span class="identifier">open</span><span class="special">()</span></code>
     </h4>
 <p>
       Returns true if the library is opened successfully.
     </p>
 <a name="boost_extension.shared_libraries._code__phrase_role__keyword__bool__phrase__nbsp__phrase_role__identifier__is_open__phrase__phrase_role__special______phrase___code_"></a><h4>
-<a name="id934685"></a>
+<a name="id934701"></a>
       <code class="computeroutput"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">()</span></code>
     </h4>
 <p>
       Returns true if the library is open.
     </p>
 <a name="boost_extension.shared_libraries._code__phrase_role__keyword__void__phrase__nbsp__phrase_role__identifier__close__phrase__phrase_role__special______phrase___code_"></a><h4>
-<a name="id934728"></a>
+<a name="id934744"></a>
       <code class="computeroutput"><span class="keyword">void</span> <span class="identifier">close</span><span class="special">()</span></code>
     </h4>
 <p>
@@ -77,7 +77,7 @@
       boost, by freeing up RAM, but will often do nothing.
     </p>
 <a name="boost_extension.shared_libraries._code__phrase_role__identifier__returnvalue__phrase__nbsp__phrase_role__special______phrase__phrase_role__identifier__get__phrase__phrase_role__special_____phrase__phrase_role__keyword__const__phrase__nbsp__phrase_role__keyword__char__phrase__nbsp__phrase_role__special_____phrase__nbsp__phrase_role__identifier__name__phrase__phrase_role__special_______phrase__phrase_role__identifier__args__phrase__phrase_role__special_____phrase___code_"></a><h4>
-<a name="id934774"></a>
+<a name="id934790"></a>
       <code class="computeroutput"><span class="identifier">ReturnValue</span> <span class="special">(*</span><span class="identifier">get</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <span class="identifier">name</span><span class="special">))(</span><span class="identifier">ARGS</span><span class="special">)</span></code>
     </h4>
 <p>

Modified: sandbox/libs/extension/doc/html/boost_extension/tutorials.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/tutorials.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/tutorials.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,8 +4,8 @@
 <title>Tutorials</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Extension">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Extension">
 <link rel="prev" href="introduction.html" title=" Introduction">
 <link rel="next" href="tutorials/tutorial01.html" title=" Tutorial 1">
 </head>

Modified: sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial01.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial01.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial01.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 1</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="../tutorials.html" title="Tutorials">
 <link rel="next" href="tutorial02.html" title=" Tutorial 2">

Modified: sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial02.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial02.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial02.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 2</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="tutorial01.html" title=" Tutorial 1">
 <link rel="next" href="tutorial03.html" title=" Tutorial 3">

Modified: sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial03.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial03.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial03.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 3</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="tutorial02.html" title=" Tutorial 2">
 <link rel="next" href="tutorial04.html" title=" Tutorial 4">

Modified: sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial04.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial04.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial04.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 4</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="tutorial03.html" title=" Tutorial 3">
 <link rel="next" href="tutorial05.html" title=" Tutorial 5">
@@ -154,7 +154,7 @@
       </p>
 <div class="informaltable">
 <h4>
-<a name="id928141"></a>
+<a name="id928157"></a>
         </h4>
 <table class="table">
 <colgroup><col></colgroup>
@@ -254,7 +254,7 @@
       </p>
 <div class="informaltable">
 <h4>
-<a name="id929245"></a>
+<a name="id929261"></a>
         </h4>
 <table class="table">
 <colgroup><col></colgroup>

Modified: sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial05.html
==============================================================================
--- sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial05.html (original)
+++ sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial05.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 5</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Extension">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="tutorial04.html" title=" Tutorial 4">
 <link rel="next" href="../factories.html" title=" Factories">
@@ -294,7 +294,7 @@
       </p>
 <div class="informaltable">
 <h4>
-<a name="id934145"></a>
+<a name="id934162"></a>
         </h4>
 <table class="table">
 <colgroup><col></colgroup>

Modified: sandbox/libs/extension/doc/html/index.html
==============================================================================
--- sandbox/libs/extension/doc/html/index.html (original)
+++ sandbox/libs/extension/doc/html/index.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -1,10 +1,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Chapter 1. Boost.Extension 1.0</title>
+<title>Chapter 1. Boost.Extension</title>
 <link rel="stylesheet" href="boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="index.html" title="Chapter 1. Boost.Extension 1.0">
+<link rel="start" href="index.html" title="Chapter 1. Boost.Extension">
 <link rel="next" href="boost_extension/introduction.html" title=" Introduction">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
 <div class="chapter" lang="en">
 <div class="titlepage"><div>
 <div><h2 class="title">
-<a name="boost_extension"></a>Chapter 1. Boost.Extension 1.0</h2></div>
+<a name="boost_extension"></a>Chapter 1. Boost.Extension</h2></div>
 <div><p class="copyright">Copyright © 2007 Jeremy Pack, Mariano G. Consoni</p></div>
 <div><div class="legalnotice">
 <a name="id903160"></a><p>
@@ -56,7 +56,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: February 9, 2008 at 17:05:00 GMT</small></p></td>
+<td align="left"><p><small>Last revised: February 12, 2008 at 19:25:00 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/libs/extension/doc/introduction.qbk
==============================================================================
--- sandbox/libs/extension/doc/introduction.qbk (original)
+++ sandbox/libs/extension/doc/introduction.qbk 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -19,4 +19,8 @@
 * RTTI is used by default, but it is possible to use user-defined type identification
 * Classes do not need to be modified to be loadable
 
+This library is currently in development in preparation for a review for inclusion in the
+Boost C++ Libraries. For ongoing status updates, check
+[@http://boost-extension.blogspot.com/ C++ Plugins and Reflection].
+
 [endsect]

Modified: sandbox/libs/reflection/doc/html/boost_reflection/extension.html
==============================================================================
--- sandbox/libs/reflection/doc/html/boost_reflection/extension.html (original)
+++ sandbox/libs/reflection/doc/html/boost_reflection/extension.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,8 +4,8 @@
 <title> Boost.Extension Interoperability</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Reflection 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Reflection 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Reflection">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Reflection">
 <link rel="prev" href="introduction.html" title=" Introduction">
 <link rel="next" href="tutorials.html" title="Tutorials">
 </head>

Modified: sandbox/libs/reflection/doc/html/boost_reflection/introduction.html
==============================================================================
--- sandbox/libs/reflection/doc/html/boost_reflection/introduction.html (original)
+++ sandbox/libs/reflection/doc/html/boost_reflection/introduction.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,9 +4,9 @@
 <title> Introduction</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Reflection 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Reflection 1.0">
-<link rel="prev" href="../index.html" title="Chapter 1. Boost.Reflection 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Reflection">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Reflection">
+<link rel="prev" href="../index.html" title="Chapter 1. Boost.Reflection">
 <link rel="next" href="extension.html" title=" Boost.Extension Interoperability">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">

Modified: sandbox/libs/reflection/doc/html/boost_reflection/tutorials.html
==============================================================================
--- sandbox/libs/reflection/doc/html/boost_reflection/tutorials.html (original)
+++ sandbox/libs/reflection/doc/html/boost_reflection/tutorials.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,8 +4,8 @@
 <title>Tutorials</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../index.html" title="Chapter 1. Boost.Reflection 1.0">
-<link rel="up" href="../index.html" title="Chapter 1. Boost.Reflection 1.0">
+<link rel="start" href="../index.html" title="Chapter 1. Boost.Reflection">
+<link rel="up" href="../index.html" title="Chapter 1. Boost.Reflection">
 <link rel="prev" href="extension.html" title=" Boost.Extension Interoperability">
 <link rel="next" href="tutorials/tutorial01.html" title=" Tutorial 1">
 </head>

Modified: sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial01.html
==============================================================================
--- sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial01.html (original)
+++ sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial01.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 1</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Reflection 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Reflection">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="../tutorials.html" title="Tutorials">
 <link rel="next" href="tutorial03.html" title=" Tutorial 3">

Modified: sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial03.html
==============================================================================
--- sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial03.html (original)
+++ sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial03.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 3</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Reflection 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Reflection">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="tutorial01.html" title=" Tutorial 1">
 <link rel="next" href="tutorial04.html" title=" Tutorial 4">

Modified: sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial04.html
==============================================================================
--- sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial04.html (original)
+++ sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial04.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 4</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Reflection 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Reflection">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="tutorial03.html" title=" Tutorial 3">
 <link rel="next" href="tutorial05.html" title=" Tutorial 5">

Modified: sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial05.html
==============================================================================
--- sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial05.html (original)
+++ sandbox/libs/reflection/doc/html/boost_reflection/tutorials/tutorial05.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -4,7 +4,7 @@
 <title> Tutorial 5</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="../../index.html" title="Chapter 1. Boost.Reflection 1.0">
+<link rel="start" href="../../index.html" title="Chapter 1. Boost.Reflection">
 <link rel="up" href="../tutorials.html" title="Tutorials">
 <link rel="prev" href="tutorial04.html" title=" Tutorial 4">
 </head>

Modified: sandbox/libs/reflection/doc/html/index.html
==============================================================================
--- sandbox/libs/reflection/doc/html/index.html (original)
+++ sandbox/libs/reflection/doc/html/index.html 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -1,10 +1,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Chapter 1. Boost.Reflection 1.0</title>
+<title>Chapter 1. Boost.Reflection</title>
 <link rel="stylesheet" href="boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
-<link rel="start" href="index.html" title="Chapter 1. Boost.Reflection 1.0">
+<link rel="start" href="index.html" title="Chapter 1. Boost.Reflection">
 <link rel="next" href="boost_reflection/introduction.html" title=" Introduction">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
 <div class="chapter" lang="en">
 <div class="titlepage"><div>
 <div><h2 class="title">
-<a name="boost_reflection"></a>Chapter 1. Boost.Reflection 1.0</h2></div>
+<a name="boost_reflection"></a>Chapter 1. Boost.Reflection</h2></div>
 <div><p class="copyright">Copyright © 2007 -2008 Jeremy Pack, Mariano G. Consoni</p></div>
 <div><div class="legalnotice">
 <a name="id903160"></a><p>
@@ -52,7 +52,7 @@
   </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: February 9, 2008 at 18:05:00 GMT</small></p></td>
+<td align="left"><p><small>Last revised: February 12, 2008 at 19:24:00 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/libs/reflection/doc/reflection.qbk
==============================================================================
--- sandbox/libs/reflection/doc/reflection.qbk (original)
+++ sandbox/libs/reflection/doc/reflection.qbk 2008-02-12 22:39:30 EST (Tue, 12 Feb 2008)
@@ -7,7 +7,6 @@
 
 [library Boost.Reflection
     [quickbook 1.4]
- [version 1.0]
     [copyright 2007-2008 Jeremy Pack, Mariano G. Consoni]
     [purpose Run-time reflection]
     [license
@@ -16,7 +15,7 @@
         [@http://www.boost.org/LICENSE_1_0.txt http://www.boost.org/LICENSE_1_0.txt])
     ]
     [category Programming Interfaces]
- [last-revision $Date: 2008/2/9 18:05:00 $]
+ [last-revision $Date: 2008/2/12 19:24:00 $]
 ]
 [include introduction.qbk]
 [include extension.qbk]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk