|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-07-30 18:29:28
Author: danieljames
Date: 2008-07-30 18:29:27 EDT (Wed, 30 Jul 2008)
New Revision: 47900
URL: http://svn.boost.org/trac/boost/changeset/47900
Log:
Merge a couple of simple documentation fixes.
Merged revisions 47881-47882 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r47881 | danieljames | 2008-07-30 10:44:26 +0100 (Wed, 30 Jul 2008) | 1 line
Fix a link and a header.
........
r47882 | danieljames | 2008-07-30 11:46:27 +0100 (Wed, 30 Jul 2008) | 1 line
Use the correct library page for the asio documentation.
........
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/doc/Jamfile.v2 | 2 +-
branches/release/libs/unordered/doc/comparison.qbk | 2 +-
branches/release/libs/unordered/doc/rationale.qbk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Modified: branches/release/doc/Jamfile.v2
==============================================================================
--- branches/release/doc/Jamfile.v2 (original)
+++ branches/release/doc/Jamfile.v2 2008-07-30 18:29:27 EDT (Wed, 30 Jul 2008)
@@ -6,7 +6,7 @@
project boost/doc ;
import boostbook : boostbook ;
-alias asio : ../libs/asio/doc//asio ;
+alias asio : ../libs/asio/doc//asio/<xsl:param>boost.libraries=../../libs/libraries.htm ;
boostbook doc
:
Modified: branches/release/libs/unordered/doc/comparison.qbk
==============================================================================
--- branches/release/libs/unordered/doc/comparison.qbk (original)
+++ branches/release/libs/unordered/doc/comparison.qbk 2008-07-30 18:29:27 EDT (Wed, 30 Jul 2008)
@@ -72,7 +72,7 @@
[
[Can be compared using the `==`, `!=`, `<`, `<=`, `>`, `>=` operators.]
[No comparison operators are defined in the standard, although
- [link unordered.rationale.equality_operator
+ [link unordered.rationale.equality_operators
implementations might extend the containers to support `==` and
`!=`].]
]
Modified: branches/release/libs/unordered/doc/rationale.qbk
==============================================================================
--- branches/release/libs/unordered/doc/rationale.qbk (original)
+++ branches/release/libs/unordered/doc/rationale.qbk 2008-07-30 18:29:27 EDT (Wed, 30 Jul 2008)
@@ -96,7 +96,7 @@
So, this implementation uses a prime number for the hash table size.
-[h2 Equality operators and hash functions]
+[h2 Equality operators]
`operator==` and `operator!=` are not included in the standard, but I've
added them as I think they could be useful and can be efficiently
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