Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-03 06:58:39


Author: danieljames
Date: 2008-02-03 06:58:39 EST (Sun, 03 Feb 2008)
New Revision: 43067
URL: http://svn.boost.org/trac/boost/changeset/43067

Log:
Don't include accumulators in the docs in this branch, as it isn't going to be in 1.35
Text files modified:
   branches/fix-links/doc/Jamfile.v2 | 8 ++++----
   branches/fix-links/doc/src/boost.xml | 2 +-
   2 files changed, 5 insertions(+), 5 deletions(-)

Modified: branches/fix-links/doc/Jamfile.v2
==============================================================================
--- branches/fix-links/doc/Jamfile.v2 (original)
+++ branches/fix-links/doc/Jamfile.v2 2008-02-03 06:58:39 EST (Sun, 03 Feb 2008)
@@ -12,10 +12,10 @@
     :
     ## Build the various generated docs (Doxygen and QuickBook)...
 
- <dependency>../libs/accumulators/doc//accdoc.xml
- <dependency>../libs/accumulators/doc//statsdoc.xml
- <dependency>../libs/accumulators/doc//opdoc.xml
- <dependency>../libs/accumulators/doc//accumulators
+ #<dependency>../libs/accumulators/doc//accdoc.xml
+ #<dependency>../libs/accumulators/doc//statsdoc.xml
+ #<dependency>../libs/accumulators/doc//opdoc.xml
+ #<dependency>../libs/accumulators/doc//accumulators
     <dependency>../libs/program_options/doc//autodoc.xml
     <dependency>../libs/algorithm/string/doc//autodoc.xml
     <dependency>../libs/logic/doc//reference.xml

Modified: branches/fix-links/doc/src/boost.xml
==============================================================================
--- branches/fix-links/doc/src/boost.xml (original)
+++ branches/fix-links/doc/src/boost.xml 2008-02-03 06:58:39 EST (Sun, 03 Feb 2008)
@@ -49,7 +49,7 @@
   <part id="libraries">
     <title>The Boost C++ Libraries (BoostBook Subset)</title>
 
- <xi:include href="accumulators.xml"/>
+ <!-- <xi:include href="accumulators.xml"/> -->
 
     <xi:include href="../../libs/any/doc/any.xml"/>
     <xi:include href="../../libs/array/doc/array.xml"/>


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