Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58636 - in trunk/libs: crc iostreams/doc/functions
From: daniel_james_at_[hidden]
Date: 2010-01-02 07:47:40


Author: danieljames
Date: 2010-01-02 07:47:40 EST (Sat, 02 Jan 2010)
New Revision: 58636
URL: http://svn.boost.org/trac/boost/changeset/58636

Log:
Update a couple of links to integer documentation.
Text files modified:
   trunk/libs/crc/crc.html | 2 +-
   trunk/libs/iostreams/doc/functions/positioning.html | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/crc/crc.html
==============================================================================
--- trunk/libs/crc/crc.html (original)
+++ trunk/libs/crc/crc.html 2010-01-02 07:47:40 EST (Sat, 02 Jan 2010)
@@ -201,7 +201,7 @@
 <p>The <code>value_type</code> is the smallest built-in type that can
 hold the specified (by <code>Bits</code>) number of bits. This should
 be <code>boost::uint_t&lt;Bits&gt;::least</code>, see the <a
-href="../integer/integer.htm">documentation for integer type
+href="../integer/doc/html/boost_integer/integer.html">documentation for integer type
 selection</a> for details.</p>
 
 <p>This implementation is slow since it computes its CRC the same way as

Modified: trunk/libs/iostreams/doc/functions/positioning.html
==============================================================================
--- trunk/libs/iostreams/doc/functions/positioning.html (original)
+++ trunk/libs/iostreams/doc/functions/positioning.html 2010-01-02 07:47:40 EST (Sat, 02 Jan 2010)
@@ -58,7 +58,7 @@
 
 <PRE CLASS="broken_ie"><SPAN CLASS="keyword">namespace</SPAN> boost { <SPAN CLASS="keyword">namespace</SPAN> iostreams {
 
-<SPAN CLASS='keyword'>typedef</SPAN> <A CLASS='documented' HREF='../../../integer/cstdint.htm' TARGET='_top'>boost::intmax_t</A> stream_offset;
+<SPAN CLASS='keyword'>typedef</SPAN> <A CLASS='documented' HREF='../../../integer/doc/html/boost_integer/cstdint.html' TARGET='_top'>boost::intmax_t</A> stream_offset;
 std::streampos <A CLASS='documented' HREF='#offset_to_position'>offset_to_position</A>(stream_offset n);
 stream_offset <A CLASS='documented' HREF='#position_to_offset'>position_to_offset</A>(std::streampos pos);
 


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