Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-04-19 11:40:45


Author: danieljames
Date: 2008-04-19 11:40:45 EDT (Sat, 19 Apr 2008)
New Revision: 44592
URL: http://svn.boost.org/trac/boost/changeset/44592

Log:
Fix some links in the optional docs. Refs #1687

Text files modified:
   branches/doc/libs/optional/doc/Jamfile.v2 | 3 +++
   branches/doc/libs/optional/doc/optional.qbk | 2 +-
   branches/doc/libs/optional/index.html | 4 ++--
   3 files changed, 6 insertions(+), 3 deletions(-)

Modified: branches/doc/libs/optional/doc/Jamfile.v2
==============================================================================
--- branches/doc/libs/optional/doc/Jamfile.v2 (original)
+++ branches/doc/libs/optional/doc/Jamfile.v2 2008-04-19 11:40:45 EDT (Sat, 19 Apr 2008)
@@ -26,5 +26,8 @@
         <xsl:param>toc.max.depth=2
         <xsl:param>toc.section.depth=2
         <xsl:param>chunk.section.depth=1
+ <xsl:param>boost.root=../../../..
+ <xsl:param>boost.libraries=../../../libraries.htm
+ <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
     ;
 

Modified: branches/doc/libs/optional/doc/optional.qbk
==============================================================================
--- branches/doc/libs/optional/doc/optional.qbk (original)
+++ branches/doc/libs/optional/doc/optional.qbk 2008-04-19 11:40:45 EDT (Sat, 19 Apr 2008)
@@ -22,7 +22,7 @@
 [/ Cited Boost resources ]
 
 [def __BOOST_VARIANT__ [@../../../variant/index.html Boost.Variant]]
-[def __BOOST_TRIBOOL__ [@../../../tribool/index.html boost::tribool]]
+[def __BOOST_TRIBOOL__ [@../../../../doc/html/tribool.html boost::tribool]]
 
 [def __OPTIONAL_POINTEE__ [@../../../utility/OptionalPointee.html OptionalPointee]]
 [def __COPY_CONSTRUCTIBLE__ [@../../../utility/CopyConstructible.html Copy Constructible]]

Modified: branches/doc/libs/optional/index.html
==============================================================================
--- branches/doc/libs/optional/index.html (original)
+++ branches/doc/libs/optional/index.html 2008-04-19 11:40:45 EDT (Sat, 19 Apr 2008)
@@ -4,10 +4,10 @@
 </head>
 <body>
 Automatic redirection failed, please go to
-doc/html/index.html.&nbsp;<hr>
+doc/html/index.html.&nbsp;<hr>
 <p>� Copyright Beman Dawes, 2001</p>
 <p>Distributed under the Boost Software License, Version 1.0. (See accompanying
 file LICENSE_1_0.txt or copy
 at www.boost.org/LICENSE_1_0.txt)</p>
 </body>
-</html>
\ No newline at end of file
+</html>


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