Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66273 - in trunk: libs/algorithm/string/doc libs/filesystem/v2/doc libs/filesystem/v3 libs/filesystem/v3/doc libs/foreach/doc libs/graph/doc tools/build/v2/engine tools/build/v2/test tools/inspect
From: dnljms_at_[hidden]
Date: 2010-10-30 10:32:53


Author: danieljames
Date: 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
New Revision: 66273
URL: http://svn.boost.org/trac/boost/changeset/66273

Log:
Link fixes.

Text files modified:
   trunk/libs/algorithm/string/doc/usage.xml | 2 +-
   trunk/libs/filesystem/v2/doc/design.htm | 2 +-
   trunk/libs/filesystem/v2/doc/do-list.htm | 2 +-
   trunk/libs/filesystem/v2/doc/i18n.html | 8 ++++----
   trunk/libs/filesystem/v2/doc/index.htm | 16 ++++++++--------
   trunk/libs/filesystem/v2/doc/portability_guide.htm | 2 +-
   trunk/libs/filesystem/v3/doc/design.htm | 2 +-
   trunk/libs/filesystem/v3/doc/index.htm | 10 +++++-----
   trunk/libs/filesystem/v3/doc/portability_guide.htm | 2 +-
   trunk/libs/filesystem/v3/doc/reference.html | 4 ++--
   trunk/libs/filesystem/v3/doc/tutorial.html | 2 +-
   trunk/libs/filesystem/v3/index.html | 2 +-
   trunk/libs/foreach/doc/foreach.qbk | 4 ++--
   trunk/libs/graph/doc/random_spanning_tree.html | 2 +-
   trunk/tools/build/v2/engine/index.html | 4 ++--
   trunk/tools/build/v2/test/test_system.html | 2 +-
   trunk/tools/inspect/index.html | 3 +--
   17 files changed, 34 insertions(+), 35 deletions(-)

Modified: trunk/libs/algorithm/string/doc/usage.xml
==============================================================================
--- trunk/libs/algorithm/string/doc/usage.xml (original)
+++ trunk/libs/algorithm/string/doc/usage.xml 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -57,7 +57,7 @@
                     The magic of <ulink url="../../libs/range/index.html">Boost.Range</ulink>
                     provides a uniform way of handling different string types.
                     If there is a need to pass a pair of iterators,
- <ulink url="../../libs/range/doc/html/range/utilities/iterator_range.html"><code>boost::iterator_range</code></ulink>
+ <ulink url="../../libs/range/doc/html/range/reference/utilities/iterator_range.html"><code>boost::iterator_range</code></ulink>
                     can be used to package iterators into a structure with a compatible interface.
                 </para>
             </listitem>

Modified: trunk/libs/filesystem/v2/doc/design.htm
==============================================================================
--- trunk/libs/filesystem/v2/doc/design.htm (original)
+++ trunk/libs/filesystem/v2/doc/design.htm 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -344,7 +344,7 @@
 
 <p>© Copyright Beman Dawes, 2002</p>
 <p> Use, modification, and distribution are subject to the Boost Software
-License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
+License, Version 1.0. (See 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>
 

Modified: trunk/libs/filesystem/v2/doc/do-list.htm
==============================================================================
--- trunk/libs/filesystem/v2/doc/do-list.htm (original)
+++ trunk/libs/filesystem/v2/doc/do-list.htm 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -37,6 +37,6 @@
 <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->18 March, 2008<!--webbot bot="Timestamp" endspan i-checksum="29005" --></p>
 <p>&copy; Copyright Beman Dawes, 2002</p>
 <p> Use, modification, and distribution are subject to the Boost Software
-License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
+License, Version 1.0. (See 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>

Modified: trunk/libs/filesystem/v2/doc/i18n.html
==============================================================================
--- trunk/libs/filesystem/v2/doc/i18n.html (original)
+++ trunk/libs/filesystem/v2/doc/i18n.html 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -68,7 +68,7 @@
 UTF-8</a>, while for modern Windows file systems such as NTFS it is
 <a href="http://en.wikipedia.org/wiki/UTF-16">UTF-16</a>.</p>
 <p>The operational functions in
-operations.hpp are provided with overloads for
+operations.hpp are provided with overloads for
 <i>path</i>, <i>wpath</i>, and user-defined <i>basic_path</i>'s. A
 <a href="reference.html#Requirements-on-implementations">&quot;do-the-right-thing&quot; rule</a>
 applies to implementations, ensuring that the correct overload will be chosen.</p>
@@ -92,7 +92,7 @@
 <a href="reference.html#Class-template-basic_filesystem_error">basic_filesystem_error</a> has been put
 on a diet and generally simplified.</p>
 <p>Error codes have been moved to a separate library,
-Boost.System.</p>
+Boost.System.</p>
 <p><code>&quot;//:&quot;</code> has been introduced as a path escape prefix to identify
 native paths. Rationale: simplifies basic_path constructor interfaces, easier
 use for platforms needing explicit native format identification.</p>
@@ -416,9 +416,9 @@
 <hr>
 <p>Revised
 <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->18 March, 2008<!--webbot bot="Timestamp" endspan i-checksum="29005" --></p>
-<p>© Copyright Beman Dawes, 2005</p>
+<p>© Copyright Beman Dawes, 2005</p>
 <p>Distributed under the Boost Software License, Version 1.0.
-(See accompanying file LICENSE_1_0.txt or
+(See accompanying file LICENSE_1_0.txt or
 copy at www.boost.org/LICENSE_1_0.txt)</p>
 
 </body>

Modified: trunk/libs/filesystem/v2/doc/index.htm
==============================================================================
--- trunk/libs/filesystem/v2/doc/index.htm (original)
+++ trunk/libs/filesystem/v2/doc/index.htm 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -117,7 +117,7 @@
 <p>The Boost.Filesystem library provides several&nbsp; headers:</p>
 
 <ul>
- <li>Header &lt;boost/filesystem.hpp&gt; provides class <i>
+ <li>Header &lt;boost/filesystem.hpp&gt; provides class <i>
   basic_path, </i>a portable mechanism for representing
       <a href="#path">paths</a> in C++ programs. Typedefs <i>path</i> and <i>
   wpath</i> ease the most common usages of <i>basic_path</i>. Operational
@@ -127,7 +127,7 @@
   the contents of directories. Convenience functions and classes combine lower-level functionality
   in useful ways.<br>
 &nbsp;</li>
- <li>Header &lt;boost/filesystem/fstream.hpp&gt; provides the same components as the C++ Standard
+ <li>Header &lt;boost/filesystem/fstream.hpp&gt; provides the same components as the C++ Standard
   Library's <i>fstream</i> header, except
       that files are identified by <i>basic_path</i> objects rather that <i>char *</i>'s.</li>
 </ul>
@@ -286,7 +286,7 @@
 though the error condition leading to the exception is not explicitly specified
 in the function's &quot;Throws&quot; paragraph.</p>
 <p>All exceptions thrown by the Filesystem
-Library are implemented by calling <a href="../../utility/throw_exception.html">
+Library are implemented by calling <a href="../../../utility/throw_exception.html">
 boost::throw_exception()</a>. Thus exact behavior may differ depending on
 BOOST_NO_EXCEPTIONS at the time the filesystem source files are compiled.</p>
 <p>Non-throwing versions are provided of several functions that are often used
@@ -312,8 +312,8 @@
 <p>The programs used to generate the Boost regression test status tables use the
 Filesystem Library extensively.&nbsp; See:</p>
 <ul>
- <li>process_jam_log.cpp</li>
- <li>compiler_status.cpp</li>
+ <li>process_jam_log.cpp</li>
+ <li>compiler_status.cpp</li>
 </ul>
 <p>Test programs are sometimes useful in understanding a library, as they
 illustrate what the developer expected to work and not work. See:</p>
@@ -532,7 +532,7 @@
 <h2><a name="Building">Building</a> the object-library</h2>
 <p>The object-library will be built automatically if you are using the Boost
 build system. See
-Getting Started. It can also be
+Getting Started. It can also be
 built manually using a Jamfile
 supplied in directory libs/filesystem/build, or the user can construct an IDE
 project or make file which includes the object-library source files.</p>
@@ -708,7 +708,7 @@
 <h3>Version 1.35.0 - March 29th, 2008</h3>
 
 <ul>
- <li>Diagnostics moved to the separate <a href="../../system/doc/index.html">
+ <li>Diagnostics moved to the separate <a href="../../../system/doc/index.html">
   Boost.System</a> library.</li>
   <li>current_path() function added to set the current directory path.</li>
   <li>Test coverage extended.</li>
@@ -780,7 +780,7 @@
   <li>The object library can now be built for either
   static or dynamic (shared/dll) linking. </li>
   <li>Several added functions, including improved checking for directory and
- file name portability. See <a href="portability_guide.htm#name_check­_functions">
+ file name portability. See <a href="portability_guide.htm#name_check­_functions">
   Name check functions</a>.</li>
   <li>Separation of canonical form and normalized form and a new path member
   function normalize(). This changes behavior,

Modified: trunk/libs/filesystem/v2/doc/portability_guide.htm
==============================================================================
--- trunk/libs/filesystem/v2/doc/portability_guide.htm (original)
+++ trunk/libs/filesystem/v2/doc/portability_guide.htm 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -217,7 +217,7 @@
 
 <p>© Copyright Beman Dawes, 2002, 2003</p>
 <p> Use, modification, and distribution are subject to the Boost Software
-License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
+License, Version 1.0. (See 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>
 

Modified: trunk/libs/filesystem/v3/doc/design.htm
==============================================================================
--- trunk/libs/filesystem/v3/doc/design.htm (original)
+++ trunk/libs/filesystem/v3/doc/design.htm 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -344,7 +344,7 @@
 
 <p>© Copyright Beman Dawes, 2002</p>
 <p> Use, modification, and distribution are subject to the Boost Software
-License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
+License, Version 1.0. (See 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>
 

Modified: trunk/libs/filesystem/v3/doc/index.htm
==============================================================================
--- trunk/libs/filesystem/v3/doc/index.htm (original)
+++ trunk/libs/filesystem/v3/doc/index.htm 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -232,7 +232,7 @@
 though the error condition leading to the exception is not explicitly specified
 in the function's &quot;Throws&quot; paragraph.</p>
 <p>All exceptions thrown by the Filesystem
-Library are implemented by calling <a href="../../utility/throw_exception.html">
+Library are implemented by calling <a href="../../../utility/throw_exception.html">
 boost::throw_exception()</a>. Thus exact behavior may differ depending on
 BOOST_NO_EXCEPTIONS at the time the filesystem source files are compiled.</p>
 <p>Non-throwing versions are provided of several functions that are often used
@@ -243,10 +243,10 @@
 <p>The Boost.Filesystem library provides several&nbsp;headers:</p>
 
 <ul>
- <li>Header &lt;boost/filesystem.hpp&gt;
+ <li>Header &lt;boost/filesystem.hpp&gt;
   provides access to all features of the library, except file streams.<br>
 &nbsp;</li>
- <li>Header &lt;boost/filesystem/fstream.hpp&gt;
+ <li>Header &lt;boost/filesystem/fstream.hpp&gt;
   inherits the same components as the C++ Standard
   Library's <i>fstream</i> header, but files are identified by <code>const path&amp;</code>
   arguments rather that <code>const char*</code> arguments.</li>
@@ -257,8 +257,8 @@
 <p>The programs used to generate the Boost regression test status tables use the
 Filesystem Library extensively.&nbsp; See:</p>
 <ul>
- <li>process_jam_log.cpp</li>
- <li>compiler_status.cpp</li>
+ <li>process_jam_log.cpp</li>
+ <li>compiler_status.cpp</li>
 </ul>
 <h2><a name="Implementation">Implementation</a></h2>
 <p>The current implementation supports operating systems which provide

Modified: trunk/libs/filesystem/v3/doc/portability_guide.htm
==============================================================================
--- trunk/libs/filesystem/v3/doc/portability_guide.htm (original)
+++ trunk/libs/filesystem/v3/doc/portability_guide.htm 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -232,7 +232,7 @@
 
 <p>© Copyright Beman Dawes, 2002, 2003</p>
 <p> Use, modification, and distribution are subject to the Boost Software
-License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
+License, Version 1.0. (See 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>
 

Modified: trunk/libs/filesystem/v3/doc/reference.html
==============================================================================
--- trunk/libs/filesystem/v3/doc/reference.html (original)
+++ trunk/libs/filesystem/v3/doc/reference.html 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -1177,7 +1177,7 @@
 </pre>
 <blockquote>
   <p><i><span style="background-color: #FFFFFF">Effects:</span></i><span style="background-color: #FFFFFF">&nbsp;
- <code>os &lt;&lt; <a href="../../../io/doc/quoted_manip.html">
+ <code>os &lt;&lt; <a href="../../../../io/doc/quoted_manip.html">
   boost::io::quoted</a>(p.string&lt;std::basic_string&lt;Char&gt;&gt;(), static_cast&lt;Char&gt;('&amp;'));</code></span></p>
   <p><i><span style="background-color: #FFFFFF">Returns:</span></i><span style="background-color: #FFFFFF">
   </span> <code><span style="background-color: #FFFFFF">os</span></code></p>
@@ -2486,7 +2486,7 @@
   until sufficient entropy develops. <i>--end note</i>]</p>
 </blockquote>
 <h3><a name="File-streams">File streams</a> -
-<boost/filesystem/fstream.hpp></h3>
+<boost/filesystem/fstream.hpp></h3>
 <p>Replacements are provided for the file stream classes from the C++ standard
 library's <code>&lt;fstream&gt;</code> header. These replacement classes
 publicly inherit from the standard library classes. In the Boost.Filesystem

Modified: trunk/libs/filesystem/v3/doc/tutorial.html
==============================================================================
--- trunk/libs/filesystem/v3/doc/tutorial.html (original)
+++ trunk/libs/filesystem/v3/doc/tutorial.html 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -1095,7 +1095,7 @@
   operational error. <code>filesystem_error</code> is derived from <code>std::runtime_error</code>.
 It has a
   member function to obtain the <code>
-error_code</code> reported by the source
+error_code</code> reported by the source
   of the error. It also has member functions to obtain the path or paths that caused
   the error.</p>
 

Modified: trunk/libs/filesystem/v3/index.html
==============================================================================
--- trunk/libs/filesystem/v3/index.html (original)
+++ trunk/libs/filesystem/v3/index.html 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -8,7 +8,7 @@
 <hr>
 <p>&copy; Copyright Beman Dawes, 2003</p>
 <p> Distributed under the Boost Software
-License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
+License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
 www.boost.org/LICENSE_1_0.txt</a>)</p>
 </body>
 </html>

Modified: trunk/libs/foreach/doc/foreach.qbk
==============================================================================
--- trunk/libs/foreach/doc/foreach.qbk (original)
+++ trunk/libs/foreach/doc/foreach.qbk 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -28,8 +28,8 @@
 
 [def _foreach_ [^BOOST_FOREACH]]
 [def _range_ [@../../libs/range/index.html Boost.Range]]
-[def _iterator_range_ [@boost:/libs/range/doc/html/range/utilities/iterator_range.html `boost::iterator_range<>`]]
-[def _sub_range_ [@boost:/libs/range/doc/html/range/utilities/sub_range.html `boost::sub_range<>`]]
+[def _iterator_range_ [@boost:/libs/range/doc/html/range/reference/utilities/iterator_range.html `boost::iterator_range<>`]]
+[def _sub_range_ [@boost:/libs/range/doc/html/range/reference/utilities/sub_range.html `boost::sub_range<>`]]
 [def _extending_range_ [@boost:/libs/range/doc/html/range/reference/extending.html Extending Boost.Range]]
 [def _single_pass_range_concept_ [@boost:/libs/range/doc/html/range/concepts/single_pass_range.html Single Pass Range Concept]]
 [def _range_portability_ [@boost:/libs/range/doc/html/range/portability.html Boost.Range Portability]]

Modified: trunk/libs/graph/doc/random_spanning_tree.html
==============================================================================
--- trunk/libs/graph/doc/random_spanning_tree.html (original)
+++ trunk/libs/graph/doc/random_spanning_tree.html 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -76,7 +76,7 @@
 <blockquote>
   A random number generator. The generator type must
   be a model of <a
- href="../../random/doc/reference.html#boost_random.reference.concepts.uniform_random_number_generator">Uniform
+ href="../../../doc/html/boost_random/reference.html#boost_random.reference.concepts.uniform_random_number_generator">Uniform
   Random Number Generator</a> or a pointer or reference to such a type.<br>
 </blockquote>
 

Modified: trunk/tools/build/v2/engine/index.html
==============================================================================
--- trunk/tools/build/v2/engine/index.html (original)
+++ trunk/tools/build/v2/engine/index.html 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -3,7 +3,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
- <meta http-equiv="refresh" content="0; URL=../../doc/html/jam.html" />
+ <meta http-equiv="refresh" content="0; URL=../../../../doc/html/jam.html" />
   <!-- boostinspect:nolink -->
   <!--
   Copyright 2006 Rene Rivera.
@@ -16,6 +16,6 @@
 
 <body>
   Automatic redirection failed, please go to <a href=
- "../../doc/html/jam.html">../../doc/html/jam.html</a>
+ "../../../../doc/html/jam.html">../../../../doc/html/jam.html</a>
 </body>
 </html>

Modified: trunk/tools/build/v2/test/test_system.html
==============================================================================
--- trunk/tools/build/v2/test/test_system.html (original)
+++ trunk/tools/build/v2/test/test_system.html 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -109,7 +109,7 @@
       2.1 is known to work.</li>
 
       <li>Build Boost.Jam. See <a href=
- "../../../jam/index.html">$boost_build_root/jam/index.html</a> for
+ "../engine/index.html">$boost_build_root/engine/index.html</a> for
       instructions.</li>
 
       <li>Configure at least one toolset. You can edit <tt>site-config.jam</tt>

Modified: trunk/tools/inspect/index.html
==============================================================================
--- trunk/tools/inspect/index.html (original)
+++ trunk/tools/inspect/index.html 2010-10-30 10:32:50 EDT (Sat, 30 Oct 2010)
@@ -40,8 +40,7 @@
 </ul>
 <p>A Jamfile is provided to build the program
 using Boost.Build.</p>
-<p>A Microsoft Visual Studio <a href="build/msvc/boost_inspect.suo">solution
-file</a> is provided to aid maintenance. See
+<p>A Microsoft Visual Studio solution file is provided to aid maintenance. See
 <a href="build/msvc/readme.txt">readme.txt</a>
 before using it.</p>
 <hr>


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