|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54397 - in branches/release: . libs/serialization/doc
From: daniel_james_at_[hidden]
Date: 2009-06-27 03:21:37
Author: danieljames
Date: 2009-06-27 03:21:36 EDT (Sat, 27 Jun 2009)
New Revision: 54397
URL: http://svn.boost.org/trac/boost/changeset/54397
Log:
Fix a couple of links to serialization headers. Refs #3062.
Merged revisions 53313 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r53313 | danieljames | 2009-05-27 18:43:36 +0100 (Wed, 27 May 2009) | 1 line
Fix a couple of links to serialization headers.
........
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/libs/serialization/doc/dataflow.html | 2 +-
branches/release/libs/serialization/doc/state_saver.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/libs/serialization/doc/dataflow.html
==============================================================================
--- branches/release/libs/serialization/doc/dataflow.html (original)
+++ branches/release/libs/serialization/doc/dataflow.html 2009-06-27 03:21:36 EDT (Sat, 27 Jun 2009)
@@ -124,7 +124,7 @@
ostream_iterator<char>(os)
);
</code></pre>
-This macro is defined in <a target="pfto" href="../../../boost/pfto.hpp"><boost/pfto.hpp></a>.
+This macro is defined in <a target="pfto" href="../../../boost/serialization/pfto.hpp"><boost/serialization/pfto.hpp></a>.
For more information about this topic, check the source.
<h4>Dereferencing</h4>
Modified: branches/release/libs/serialization/doc/state_saver.html
==============================================================================
--- branches/release/libs/serialization/doc/state_saver.html (original)
+++ branches/release/libs/serialization/doc/state_saver.html 2009-06-27 03:21:36 EDT (Sat, 27 Jun 2009)
@@ -49,7 +49,7 @@
</code></pre>
The complete implementation can be found
-<a target="state_saver" href="../../../boost/state_saver.hpp">here</a>
+<a target="state_saver" href="../../../boost/serialization/state_saver.hpp">here</a>
The following illustrates how this is expected to be used.
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