summaryrefslogtreecommitdiff
path: root/doc/html/boostbook/together.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boostbook/together.html')
-rw-r--r--doc/html/boostbook/together.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boostbook/together.html b/doc/html/boostbook/together.html
index c7476d6225..5db7e39bea 100644
--- a/doc/html/boostbook/together.html
+++ b/doc/html/boostbook/together.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Bringing Together a BoostBook Document</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../boostbook.html" title="Chapter&#160;43.&#160;The BoostBook Documentation Format">
+<link rel="up" href="../boostbook.html" title="Chapter&#160;44.&#160;The BoostBook Documentation Format">
<link rel="prev" href="documenting.html" title="Documenting libraries">
<link rel="next" href="../reference.html" title="Reference">
</head>
@@ -26,7 +26,7 @@
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="boostbook.together"></a>Bringing Together a BoostBook Document</h2></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="together.html#boostbook.linking">Linking in BoostBook</a></span></dt></dl></div>
+<div class="toc"><dl class="toc"><dt><span class="section"><a href="together.html#boostbook.linking">Linking in BoostBook</a></span></dt></dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boostbook.linking"></a>Linking in BoostBook</h3></div></div></div>
@@ -77,7 +77,7 @@
text. For instance, we can link to the Function library with
<code class="computeroutput">&lt;libraryname&gt;Function&lt;/libraryname&gt;</code>,
which results in the following:
- <a class="link" href="../function.html" title="Chapter&#160;12.&#160;Boost.Function">Function</a>. In cases where the displayed
+ <a class="link" href="../function.html" title="Chapter&#160;13.&#160;Boost.Function">Function</a>. In cases where the displayed
text is different from the actual name, the <code class="computeroutput">alt</code>
attribute can be specified. For instance, the following XML
element references the <code class="computeroutput"><a class="link" href="../boost/function.html" title="Class template function">boost::function</a></code>