Ticket #1687: optional.patch

File optional.patch, 1.9 KB (added by Daniel James, 15 years ago)
  • libs/optional/doc/optional.qbk

     
    2222[/ Cited Boost resources ]
    2323
    2424[def __BOOST_VARIANT__ [@../../../variant/index.html Boost.Variant]]
    25 [def __BOOST_TRIBOOL__ [@../../../tribool/index.html boost::tribool]]
     25[def __BOOST_TRIBOOL__ [@../../../../doc/html/tribool.html boost::tribool]]
    2626
    2727[def __OPTIONAL_POINTEE__ [@../../../utility/OptionalPointee.html OptionalPointee]]
    2828[def __COPY_CONSTRUCTIBLE__ [@../../../utility/CopyConstructible.html Copy Constructible]]
  • libs/optional/doc/Jamfile.v2

     
    2626        <xsl:param>toc.max.depth=2
    2727        <xsl:param>toc.section.depth=2
    2828        <xsl:param>chunk.section.depth=1
     29        <xsl:param>boost.root=../../../..
     30        <xsl:param>boost.libraries=../../../libraries.htm
     31        <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
    2932    ;
    3033
  • libs/optional/index.html

     
    44</head>
    55<body>
    66Automatic redirection failed, please go to
    7 <a href="doc/optional.html">doc/html/index.html</a>.&nbsp;<hr>
     7<a href="doc/html/index.html">doc/html/index.html</a>.&nbsp;<hr>
    88<p>� Copyright Beman Dawes, 2001</p>
    99<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
    1010file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
    1111at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
    1212</body>
    13 </html>
    14  No newline at end of file
     13</html>