Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76379 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2012-01-09 07:55:45


Author: chris_kohlhoff
Date: 2012-01-09 07:55:45 EST (Mon, 09 Jan 2012)
New Revision: 76379
URL: http://svn.boost.org/trac/boost/changeset/76379

Log:
Revert previous incorrect commit.
Text files modified:
   trunk/libs/asio/doc/reference.xsl | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/libs/asio/doc/reference.xsl
==============================================================================
--- trunk/libs/asio/doc/reference.xsl (original)
+++ trunk/libs/asio/doc/reference.xsl 2012-01-09 07:55:45 EST (Mon, 09 Jan 2012)
@@ -110,7 +110,8 @@
             not(contains(ancestor::*/compoundname, '::detail')) and
             not(contains(ancestor::*/compoundname, '::service::key')) and
             not(contains(ancestor::*/compoundname, '_helper')) and
- not(contains(name, '_helper'))">
+ not(contains(name, '_helper')) and
+ not(contains(name, 'io_service_impl'))">
           <xsl:call-template name="namespace-memberdef"/>
         </xsl:if>
       </xsl:otherwise>


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