|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2007-10-16 19:25:37
Author: danieljames
Date: 2007-10-16 19:25:37 EDT (Tue, 16 Oct 2007)
New Revision: 40101
URL: http://svn.boost.org/trac/boost/changeset/40101
Log:
Remove the free-function-groups from the hash reference documentation, they were causing the functions to be listed on the documentation for every specialization of boost::hash<T>, and the functions to be described on the main synopsis page, instead of their own page.
Text files modified:
trunk/libs/functional/hash/doc/portability.qbk | 2 +-
trunk/libs/functional/hash/doc/ref.xml | 7 -------
2 files changed, 1 insertions(+), 8 deletions(-)
Modified: trunk/libs/functional/hash/doc/portability.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/portability.qbk (original)
+++ trunk/libs/functional/hash/doc/portability.qbk 2007-10-16 19:25:37 EDT (Tue, 16 Oct 2007)
@@ -10,7 +10,7 @@
__boost_hash__ is written to be as portable as possible, but unfortunately, several
older compilers don't support argument dependent lookup (ADL) - the mechanism
used for customisation. On those compilers custom overloads for `hash_value`
-need to be declared in the boost namespace.
+needs to be declared in the boost namespace.
On a strictly standards compliant compiler, an overload defined in the
boost namespace won't be found when __boost_hash__ is instantiated,
Modified: trunk/libs/functional/hash/doc/ref.xml
==============================================================================
--- trunk/libs/functional/hash/doc/ref.xml (original)
+++ trunk/libs/functional/hash/doc/ref.xml 2007-10-16 19:25:37 EDT (Tue, 16 Oct 2007)
@@ -406,8 +406,6 @@
</method>
</struct-specialization>
- <free-function-group name="Support functions (Boost extension).">
-
<!--
boost::hash_combine
-->
@@ -502,10 +500,6 @@
</para></throws>
</overloaded-function>
- </free-function-group>
-
- <free-function-group name="Overloadable hash implementation (Boost extension).">
-
<!--
boost::hash_value - integers
-->
@@ -803,7 +797,6 @@
</informaltable>
</returns>
</overloaded-function>
- </free-function-group>
</namespace>
</header>
</library-reference>
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