|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-05-21 16:57:07
Author: danieljames
Date: 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
New Revision: 45622
URL: http://svn.boost.org/trac/boost/changeset/45622
Log:
Add minor documentation fixes to the release branch.
(I left out the changes to the hash library).
Merged via svnmerge from
https://svn.boost.org/svn/boost/trunk
................
r44807 | danieljames | 2008-04-27 08:39:49 +0100 (Sun, 27 Apr 2008) | 78 lines
Merge in documentation fixes. Apart from the change to optional's documenation
Jamfile, which I included by mistake.
I wrote about this at:
http://lists.boost.org/Archives/boost/2008/04/136405.php
Merged revisions 44585-44806 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to vacpp in bjam docs.
........
r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to bcpp in bjam docs.
........
r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
DateTime documentation - Fix a link to the serialization library.
........
r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in interprocess & intrusive.
........
r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the python docs.
........
r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines
Work around a quickbook bug which is affecting the python docs.
........
r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a broken link in the numeric conversion docs.
........
r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the optional docs.
........
r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix link to the hash documentation from bimap.
........
r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a typo in the format library.
........
r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line
Initialise svnmerge.
........
r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix the lincense url in shared container iterator documentation.
........
r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix image link in the mpi documentation.
........
r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix a typo in the spirit docs.
........
r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines
Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
........
r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix another typo in spirit docs.
........
................
r45232 | danieljames | 2008-05-08 22:50:19 +0100 (Thu, 08 May 2008) | 1 line
Fix some invalid xml by replacing ampersands with character entities.
................
r45576 | danieljames | 2008-05-20 16:39:25 +0100 (Tue, 20 May 2008) | 20 lines
Merge some small documentation fixes from the doc branch, and mark some
previously merged changes as merged.
Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines
Update navbar links in boostbook.
........
r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines
Group functions in the hash header - requires Frank's free-function-group fix.
(not included in release branch).
........
r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines
Add boost.root to standalone hash documentation.
(not included in release branch).
........
................
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/libs/bimap/doc/bimap_and_boost.qbk | 4 ++--
branches/release/libs/date_time/xmldoc/buildinfo.xml | 2 +-
branches/release/libs/format/doc/format.html | 2 +-
branches/release/libs/interprocess/doc/interprocess.qbk | 6 +++---
branches/release/libs/intrusive/doc/intrusive.qbk | 2 +-
branches/release/libs/mpi/doc/mpi.qbk | 2 +-
branches/release/libs/numeric/conversion/doc/conversion.qbk | 2 +-
branches/release/libs/optional/doc/optional.qbk | 2 +-
branches/release/libs/optional/index.html | 4 ++--
branches/release/libs/python/doc/building.rst | 2 +-
branches/release/libs/python/doc/tutorial/doc/tutorial.qbk | 4 ++--
branches/release/libs/python/doc/tutorial/index.html | 4 ++--
branches/release/libs/signals/doc/faq.xml | 4 ++--
branches/release/libs/utility/shared_container_iterator.html | 2 +-
branches/release/tools/boostbook/xsl/navbar.xsl | 10 +++++-----
branches/release/tools/jam/doc/bjam.qbk | 8 ++++----
16 files changed, 30 insertions(+), 30 deletions(-)
Modified: branches/release/libs/bimap/doc/bimap_and_boost.qbk
==============================================================================
--- branches/release/libs/bimap/doc/bimap_and_boost.qbk (original)
+++ branches/release/libs/bimap/doc/bimap_and_boost.qbk 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -219,7 +219,7 @@
This is a statistical property depending on the typical distribution of keys in a given application, so it is not feasible to have a general-purpose hash function with excellent results in every possible scenario; the default value for this parameter uses Boost.Hash, which often provides good enough results.
Boost.Hash can be
-[@http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/hash/custom.html
+[@http://www.boost.org/doc/html/hash/custom.html
extended for custom data types],
enabling to use the default parameter of the unordered set types with any user types.
@@ -474,4 +474,4 @@
[endsect]
-[endsect]
\ No newline at end of file
+[endsect]
Modified: branches/release/libs/date_time/xmldoc/buildinfo.xml
==============================================================================
--- branches/release/libs/date_time/xmldoc/buildinfo.xml (original)
+++ branches/release/libs/date_time/xmldoc/buildinfo.xml 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -146,7 +146,7 @@
<listitem><ulink url="../../libs/conversion/lexical_cast.htm">boost.lexical_cast </ulink> </listitem>
<listitem><ulink url="../../libs/smart_ptr/smart_ptr.htm">boost.smart_ptr (local time only)</ulink> </listitem>
<listitem><ulink url="../../libs/algorithm/string/">boost::string_algorithms </ulink> </listitem>
- <listitem><ulink url="../../libs/algorithm/serialize/">boost::serialize (serialization code only) </ulink> </listitem>
+ <listitem><ulink url="../../libs/serialization/index.html">boost::serialize (serialization code only) </ulink> </listitem>
</itemizedlist>
so these libraries need to be installed.
</para>
Modified: branches/release/libs/format/doc/format.html
==============================================================================
--- branches/release/libs/format/doc/format.html (original)
+++ branches/release/libs/format/doc/format.html 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -79,7 +79,7 @@
<blockquote>
<pre>
-cout << format("%2% %1%") % 36 % 77 )
+cout << format("%2% %1%") % 36 % 77;
</pre>
</blockquote>or later on, as in
Modified: branches/release/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- branches/release/libs/interprocess/doc/interprocess.qbk (original)
+++ branches/release/libs/interprocess/doc/interprocess.qbk 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -5704,7 +5704,7 @@
to the segment manager. Because of this,
in [*Boost.Interprocess] all managed memory segments derive from a common class that
implements memory-independent (shared memory, memory mapped files) functions:
-[@../../../../boost/interprocess/detail/managed_memory_impl.hpp
+[@../../boost/interprocess/detail/managed_memory_impl.hpp
boost::interprocess::detail::basic_managed_memory_impl]
Deriving from this class, [*Boost.Interprocess] implements several managed memory
@@ -5766,7 +5766,7 @@
to the segment manager.
The pool is implemented by the
-[@../../../../boost/interprocess/allocators/detail/node_pool.hpp
+[@../../boost/interprocess/allocators/detail/node_pool.hpp
private_node_pool and shared_node_pool] classes.
[endsect]
@@ -5809,7 +5809,7 @@
to the segment manager.
The adaptive pool is implemented by the
-[@../../../../boost/interprocess/allocators/detail/adaptive_node_pool.hpp
+[@../../boost/interprocess/allocators/detail/adaptive_node_pool.hpp
private_adaptive_node_pool and adaptive_node_pool] classes.
[endsect]
Modified: branches/release/libs/intrusive/doc/intrusive.qbk
==============================================================================
--- branches/release/libs/intrusive/doc/intrusive.qbk (original)
+++ branches/release/libs/intrusive/doc/intrusive.qbk 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -3011,7 +3011,7 @@
`test_list` objects to funtion objects taking pointers to them.
You can find the full test code code in the
-[@../../perf/perf_list.cpp perf_list.cpp] source file.
+[@../../libs/intrusive/perf/perf_list.cpp perf_list.cpp] source file.
[section:performance_results_push_back Back insertion and destruction]
Modified: branches/release/libs/mpi/doc/mpi.qbk
==============================================================================
--- branches/release/libs/mpi/doc/mpi.qbk (original)
+++ branches/release/libs/mpi/doc/mpi.qbk 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -2004,7 +2004,7 @@
[@http://www.open-mpi.org/ Open MPI] version 1.1. The NetPIPE results
follow:
-[$../../../libs/mpi/doc/netpipe.png]
+[$../../libs/mpi/doc/netpipe.png]
There are a some observations we can make about these NetPIPE
results. First of all, the top two plots show that Boost.MPI performs
Modified: branches/release/libs/numeric/conversion/doc/conversion.qbk
==============================================================================
--- branches/release/libs/numeric/conversion/doc/conversion.qbk (original)
+++ branches/release/libs/numeric/conversion/doc/conversion.qbk 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -21,7 +21,7 @@
[/ Cited Boost resources ]
-[def __MPL_INTEGRAL_CONSTANT__ [@../../../../mpl/refmanual/integral-constant.html MPL's Integral Constant] ]
+[def __MPL_INTEGRAL_CONSTANT__ [@../../../../mpl/doc/refmanual/integral-constant.html MPL's Integral Constant] ]
Modified: branches/release/libs/optional/doc/optional.qbk
==============================================================================
--- branches/release/libs/optional/doc/optional.qbk (original)
+++ branches/release/libs/optional/doc/optional.qbk 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -22,7 +22,7 @@
[/ Cited Boost resources ]
[def __BOOST_VARIANT__ [@../../../variant/index.html Boost.Variant]]
-[def __BOOST_TRIBOOL__ [@../../../tribool/index.html boost::tribool]]
+[def __BOOST_TRIBOOL__ [@../../../../doc/html/tribool.html boost::tribool]]
[def __OPTIONAL_POINTEE__ [@../../../utility/OptionalPointee.html OptionalPointee]]
[def __COPY_CONSTRUCTIBLE__ [@../../../utility/CopyConstructible.html Copy Constructible]]
Modified: branches/release/libs/optional/index.html
==============================================================================
--- branches/release/libs/optional/index.html (original)
+++ branches/release/libs/optional/index.html 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -4,10 +4,10 @@
</head>
<body>
Automatic redirection failed, please go to
-doc/html/index.html. <hr>
+doc/html/index.html. <hr>
<p>� Copyright Beman Dawes, 2001</p>
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy
at www.boost.org/LICENSE_1_0.txt)</p>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: branches/release/libs/python/doc/building.rst
==============================================================================
--- branches/release/libs/python/doc/building.rst (original)
+++ branches/release/libs/python/doc/building.rst 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -11,7 +11,7 @@
:alt: Boost C++ Libraries:
:class: boost-logo
-__ ../index.htm
+__ ../index.html
.. section-numbering::
Modified: branches/release/libs/python/doc/tutorial/doc/tutorial.qbk
==============================================================================
--- branches/release/libs/python/doc/tutorial/doc/tutorial.qbk (original)
+++ branches/release/libs/python/doc/tutorial/doc/tutorial.qbk 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -1381,9 +1381,9 @@
[section Using the interpreter]
As you probably already know, objects in Python are reference-counted.
-Naturally, the [^PyObject]s of the Python/C API are also reference-counted.
+Naturally, the [^PyObject]s of the Python\/C API are also reference-counted.
There is a difference however. While the reference-counting is fully
-automatic in Python, the Python/C API requires you to do it
+automatic in Python, the Python\/C API requires you to do it
[@http://www.python.org/doc/current/api/refcounts.html by hand]. This is
messy and especially hard to get right in the presence of C++ exceptions.
Fortunately Boost.Python provides the [@../../../v2/handle.html handle] and
Modified: branches/release/libs/python/doc/tutorial/index.html
==============================================================================
--- branches/release/libs/python/doc/tutorial/index.html (original)
+++ branches/release/libs/python/doc/tutorial/index.html 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -11,8 +11,8 @@
<a href="doc/html/index.html">link</a> <hr>
<p>© Copyright Beman Dawes, 2001</p>
<p>Distributed under the Boost Software License, Version 1.0. (See
- accompanying file <a href="../../../LICENSE_1_0.txt">
+ accompanying file <a href="../../../../LICENSE_1_0.txt">
LICENSE_1_0.txt</a> or copy at
<a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: branches/release/libs/signals/doc/faq.xml
==============================================================================
--- branches/release/libs/signals/doc/faq.xml (original)
+++ branches/release/libs/signals/doc/faq.xml 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -94,7 +94,7 @@
<programlisting>#ifndef SIGNALSLIB_HPP_INCLUDED
#define SIGNALSLIB_HPP_INCLUDED
-#if defined(signals) && defined(QOBJECTDEFS_H) && \
+#if defined(signals) && defined(QOBJECTDEFS_H) && \
!defined(QT_MOC_CPP)
# undef signals
# define signals signals
@@ -106,7 +106,7 @@
namespace signalslib = signals;
}
-#if defined(signals) && defined(QOBJECTDEFS_H) && \
+#if defined(signals) && defined(QOBJECTDEFS_H) && \
!defined(QT_MOC_CPP)
# undef signals
// Restore the macro definition of "signals", as it was
Modified: branches/release/libs/utility/shared_container_iterator.html
==============================================================================
--- branches/release/libs/utility/shared_container_iterator.html (original)
+++ branches/release/libs/utility/shared_container_iterator.html 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -315,7 +315,7 @@
<p>© Copyright 2003 The Trustees of Indiana University.
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)</p>
+ http://www.boost.org/LICENSE_1_0.txt)</p>
</body>
Modified: branches/release/tools/boostbook/xsl/navbar.xsl
==============================================================================
--- branches/release/tools/boostbook/xsl/navbar.xsl (original)
+++ branches/release/tools/boostbook/xsl/navbar.xsl 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -117,12 +117,12 @@
</xsl:variable>
<xsl:variable name="people_link">
<xsl:call-template name="href.target.relative">
- <xsl:with-param name="target" select="concat( $boost.website, '/people/people.htm' )"/>
+ <xsl:with-param name="target" select="concat( $boost.website, '/users/people.html' )"/>
</xsl:call-template>
</xsl:variable>
<xsl:variable name="faq_link">
<xsl:call-template name="href.target.relative">
- <xsl:with-param name="target" select="concat( $boost.website, '/more/faq.htm' )"/>
+ <xsl:with-param name="target" select="concat( $boost.website, '/users/faq.html' )"/>
</xsl:call-template>
</xsl:variable>
<xsl:variable name="more_link">
@@ -151,7 +151,7 @@
<xsl:template name = "header.navdata-vert">
<xsl:variable name="home_link">
<xsl:call-template name="href.target.relative">
- <xsl:with-param name="target" select="concat( $boost.root, '/index.htm' )"/>
+ <xsl:with-param name="target" select="concat( $boost.root, '/index.html' )"/>
</xsl:call-template>
</xsl:variable>
<xsl:variable name="libraries_link">
@@ -161,12 +161,12 @@
</xsl:variable>
<xsl:variable name="people_link">
<xsl:call-template name="href.target.relative">
- <xsl:with-param name="target" select="concat( $boost.root, '/people/people.htm' )"/>
+ <xsl:with-param name="target" select="concat( $boost.website, '/users/people.html' )"/>
</xsl:call-template>
</xsl:variable>
<xsl:variable name="faq_link">
<xsl:call-template name="href.target.relative">
- <xsl:with-param name="target" select="concat( $boost.root, '/more/faq.htm' )"/>
+ <xsl:with-param name="target" select="concat( $boost.website, '/users/faq.html' )"/>
</xsl:call-template>
</xsl:variable>
<xsl:variable name="more_link">
Modified: branches/release/tools/jam/doc/bjam.qbk
==============================================================================
--- branches/release/tools/jam/doc/bjam.qbk (original)
+++ branches/release/tools/jam/doc/bjam.qbk 2008-05-21 16:57:05 EDT (Wed, 21 May 2008)
@@ -124,7 +124,7 @@
[ [=build.bat=] [Windows NT, 2000, and XP]
[[lines
- [line [@http://www.borland.com/bcppbuilder/freecompiler =borland=]]
+ [line [@http://www.codegear.com/downloads/free/cppbuilder =borland=]]
[line [@http://www.borland.com/ Borland] C++Builder (BCC 5.5)]
]]
[[list
@@ -291,7 +291,7 @@
[ [] []
[[lines
- [line [@http://www.borland.com/bcppbuilder/freecompiler =kylix=]]
+ [line [@http://www.codegear.com/downloads/free/cppbuilder =kylix=]]
[line [@http://www.borland.com/ Borland] C++Builder]
]]
[[list
@@ -341,7 +341,7 @@
[ [] []
[[lines
- [line [@http://www-3.ibm.com/software/ad/vacpp/ =vacpp=]]
+ [line [@http://www-306.ibm.com/software/awdtools/vacpp/ =vacpp=]]
[line IBM VisualAge C++]
]]
[[list
@@ -1801,4 +1801,4 @@
[section History]
[include history.qbk]
-[endsect]
\ No newline at end of file
+[endsect]
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