|
Boost-Commit : |
From: oryol_at_[hidden]
Date: 2008-02-12 22:47:04
Author: jeremypack
Date: 2008-02-12 22:47:03 EST (Tue, 12 Feb 2008)
New Revision: 43236
URL: http://svn.boost.org/trac/boost/changeset/43236
Log:
Doc Fixes
Text files modified:
sandbox/libs/extension/doc/html/boost_extension/appendices/appendix_a.html | 2 +-
sandbox/libs/extension/doc/html/boost_extension/factories.html | 4 ++--
sandbox/libs/extension/doc/html/boost_extension/info.html | 2 +-
sandbox/libs/extension/doc/html/boost_extension/introduction.html | 10 ++++++----
sandbox/libs/extension/doc/html/boost_extension/performance_analysis.html | 6 +++---
sandbox/libs/extension/doc/html/boost_extension/shared_libraries.html | 8 ++++----
sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial04.html | 4 ++--
sandbox/libs/extension/doc/html/boost_extension/tutorials/tutorial05.html | 2 +-
sandbox/libs/extension/doc/introduction.qbk | 1 +
sandbox/libs/reflection/doc/introduction.qbk | 1 +
10 files changed, 22 insertions(+), 18 deletions(-)
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:47:03 EST (Tue, 12 Feb 2008)
@@ -41,7 +41,7 @@
how this is done.
</p>
<a name="boost_extension.appendices.appendix_a.warning"></a><h3>
-<a name="id938045"></a>
+<a name="id938041"></a>
Warning
</h3>
<p>
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:47:03 EST (Tue, 12 Feb 2008)
@@ -49,7 +49,7 @@
are:
</p>
<a name="boost_extension.factories.void_set_lt_d_gt___"></a><h3>
-<a name="id934425"></a>
+<a name="id934421"></a>
void set<D>()
</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="id934465"></a>
+<a name="id934462"></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:47:03 EST (Tue, 12 Feb 2008)
@@ -207,7 +207,7 @@
</p>
<div class="informaltable">
<h4>
-<a name="id937636"></a>
+<a name="id937633"></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:47:03 EST (Tue, 12 Feb 2008)
@@ -48,12 +48,14 @@
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 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>.
+ Classes do not need to be modified to be loadable
</li>
</ul></div>
+<p>
+ 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>.
+ </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
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:47:03 EST (Tue, 12 Feb 2008)
@@ -41,7 +41,7 @@
Boost) more optimization will be performed.
</p>
<a name="boost_extension.performance_analysis.first_comparison"></a><h1>
-<a name="id937776"></a>
+<a name="id937772"></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="id937853"></a>
+<a name="id937849"></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="id937847"></a>
+<a name="id937844"></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:47:03 EST (Tue, 12 Feb 2008)
@@ -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="id934658"></a>
+<a name="id934654"></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="id934701"></a>
+<a name="id934697"></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="id934744"></a>
+<a name="id934741"></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="id934790"></a>
+<a name="id934786"></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/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:47:03 EST (Tue, 12 Feb 2008)
@@ -154,7 +154,7 @@
</p>
<div class="informaltable">
<h4>
-<a name="id928157"></a>
+<a name="id928153"></a>
</h4>
<table class="table">
<colgroup><col></colgroup>
@@ -254,7 +254,7 @@
</p>
<div class="informaltable">
<h4>
-<a name="id929261"></a>
+<a name="id929257"></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:47:03 EST (Tue, 12 Feb 2008)
@@ -294,7 +294,7 @@
</p>
<div class="informaltable">
<h4>
-<a name="id934162"></a>
+<a name="id934158"></a>
</h4>
<table class="table">
<colgroup><col></colgroup>
Modified: sandbox/libs/extension/doc/introduction.qbk
==============================================================================
--- sandbox/libs/extension/doc/introduction.qbk (original)
+++ sandbox/libs/extension/doc/introduction.qbk 2008-02-12 22:47:03 EST (Tue, 12 Feb 2008)
@@ -19,6 +19,7 @@
* 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].
Modified: sandbox/libs/reflection/doc/introduction.qbk
==============================================================================
--- sandbox/libs/reflection/doc/introduction.qbk (original)
+++ sandbox/libs/reflection/doc/introduction.qbk 2008-02-12 22:47:03 EST (Tue, 12 Feb 2008)
@@ -19,6 +19,7 @@
* Arbitrary classes can be reflected without modification.
* It is possible to make a reflected interface that is quite different from the original interface.
+
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].
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