|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r76378 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2012-01-09 07:53:32
Author: chris_kohlhoff
Date: 2012-01-09 07:53:32 EST (Mon, 09 Jan 2012)
New Revision: 76378
URL: http://svn.boost.org/trac/boost/changeset/76378
Log:
Exclude detail class from documentation.
Text files modified:
trunk/libs/asio/doc/reference.xsl | 3 +--
1 files changed, 1 insertions(+), 2 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:53:32 EST (Mon, 09 Jan 2012)
@@ -110,8 +110,7 @@
not(contains(ancestor::*/compoundname, '::detail')) and
not(contains(ancestor::*/compoundname, '::service::key')) and
not(contains(ancestor::*/compoundname, '_helper')) and
- not(contains(name, '_helper')) and
- not(contains(name, 'io_service_impl'))">
+ not(contains(name, '_helper'))">
<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