summaryrefslogtreecommitdiff
path: root/doc/html/boostbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boostbook')
-rw-r--r--doc/html/boostbook/documenting.html12
-rw-r--r--doc/html/boostbook/dtd/rationale.html6
-rw-r--r--doc/html/boostbook/getting/started.html8
-rw-r--r--doc/html/boostbook/together.html2
4 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/boostbook/documenting.html b/doc/html/boostbook/documenting.html
index f80bf90f1a..6cb469f79c 100644
--- a/doc/html/boostbook/documenting.html
+++ b/doc/html/boostbook/documenting.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<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;48.&#160;The BoostBook Documentation Format">
+<link rel="up" href="../boostbook.html" title="Chapter&#160;49.&#160;The BoostBook Documentation Format">
<link rel="prev" href="getting/started.html" title="Getting Started">
<link rel="next" href="together.html" title="Bringing Together a BoostBook Document">
</head>
@@ -44,11 +44,11 @@
a &lt;library&gt; XML element. To create a skeletal library, we
need to create a new XML document (call it <code class="computeroutput">any.xml</code>)
that contains basic information about the library. The following
- <a class="link" href="documenting.html#boostbook.documenting.skeletal" title="Example&#160;48.1.&#160;A Skeletal BoostBook Library">BoostBook XML
+ <a class="link" href="documenting.html#boostbook.documenting.skeletal" title="Example&#160;49.1.&#160;A Skeletal BoostBook Library">BoostBook XML
example</a> describes basic information about the <a href="http://www.boost.org/libs/any/index.html" target="_top">Boost.Any</a>
library:</p>
<div class="example">
-<a name="boostbook.documenting.skeletal"></a><p class="title"><b>Example&#160;48.1.&#160;A Skeletal BoostBook Library</b></p>
+<a name="boostbook.documenting.skeletal"></a><p class="title"><b>Example&#160;49.1.&#160;A Skeletal BoostBook Library</b></p>
<div class="example-contents"><pre class="programlisting">
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
@@ -127,12 +127,12 @@
documentation. Writing <a href="http://www.docbook.org" target="_top">DocBook</a> documentation (and,
by extension, BoostBook documentation) is quite similar to writing
HTML, except that BoostBook uses different element names from HTML
- (see <a class="xref" href="documenting.html#html.to.boostbook" title="Table&#160;48.2.&#160;Converting HTML elements to BoostBook">Table&#160;48.2, &#8220;Converting HTML elements to BoostBook&#8221;</a>) and BoostBook XML is a
+ (see <a class="xref" href="documenting.html#html.to.boostbook" title="Table&#160;49.2.&#160;Converting HTML elements to BoostBook">Table&#160;49.2, &#8220;Converting HTML elements to BoostBook&#8221;</a>) and BoostBook XML is a
much more rigid format than HTML.</p>
<p>One of the easiest ways to convert HTML documentation into
BoostBook documentation is to use <a href="http://tidy.sourceforge.net/" target="_top">HTML Tidy</a> to transform
your HTML into valid XHTML, which will make sure that all elements
- are properly closed, then apply the transformations in <a class="xref" href="documenting.html#html.to.boostbook" title="Table&#160;48.2.&#160;Converting HTML elements to BoostBook">Table&#160;48.2, &#8220;Converting HTML elements to BoostBook&#8221;</a> to the body of the XHTML
+ are properly closed, then apply the transformations in <a class="xref" href="documenting.html#html.to.boostbook" title="Table&#160;49.2.&#160;Converting HTML elements to BoostBook">Table&#160;49.2, &#8220;Converting HTML elements to BoostBook&#8221;</a> to the body of the XHTML
document. The following command uses HTML Tidy to transform HTML
into valid XHTML:</p>
<pre class="programlisting">
@@ -147,7 +147,7 @@
contents are built automatically from the titles of sections in
the BoostBook document.</p>
<div class="table">
-<a name="html.to.boostbook"></a><p class="title"><b>Table&#160;48.2.&#160;Converting HTML elements to BoostBook</b></p>
+<a name="html.to.boostbook"></a><p class="title"><b>Table&#160;49.2.&#160;Converting HTML elements to BoostBook</b></p>
<div class="table-contents"><table class="table" summary="Converting HTML elements to BoostBook">
<colgroup>
<col>
diff --git a/doc/html/boostbook/dtd/rationale.html b/doc/html/boostbook/dtd/rationale.html
index 9a30e55358..1d234de65c 100644
--- a/doc/html/boostbook/dtd/rationale.html
+++ b/doc/html/boostbook/dtd/rationale.html
@@ -8,7 +8,7 @@
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../reference.html" title="Reference">
<link rel="prev" href="header.html" title="BoostBook element header">
-<link rel="next" href="../../bbv2.html" title="Chapter&#160;49.&#160;Boost.Build User Manual">
+<link rel="next" href="../../quickbook.html" title="Chapter&#160;50.&#160;Quickbook 1.7">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="header.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../bbv2.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="header.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../quickbook.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boostbook.dtd.rationale"></a><div class="titlepage"></div>
@@ -82,7 +82,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="header.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../bbv2.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="header.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../quickbook.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boostbook/getting/started.html b/doc/html/boostbook/getting/started.html
index 48c80c7b41..03b67bbad2 100644
--- a/doc/html/boostbook/getting/started.html
+++ b/doc/html/boostbook/getting/started.html
@@ -6,8 +6,8 @@
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<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;48.&#160;The BoostBook Documentation Format">
-<link rel="prev" href="../../boostbook.html" title="Chapter&#160;48.&#160;The BoostBook Documentation Format">
+<link rel="up" href="../../boostbook.html" title="Chapter&#160;49.&#160;The BoostBook Documentation Format">
+<link rel="prev" href="../../boostbook.html" title="Chapter&#160;49.&#160;The BoostBook Documentation Format">
<link rel="next" href="../documenting.html" title="Documenting libraries">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -241,12 +241,12 @@ Cannot find function named 'next'</pre>
documentation in a single (large!) HTML file with the command line
<code class="computeroutput">bjam onehtml</code>, or Unix man pages with the command
line <code class="computeroutput">bjam man</code>. The complete list of output
- formats is listed in <a class="xref" href="started.html#boostbook.output.formats" title="Table&#160;48.1.&#160;BoostBook Output Formats">Table&#160;48.1, &#8220;BoostBook Output Formats&#8221;</a>. Several output formats can
+ formats is listed in <a class="xref" href="started.html#boostbook.output.formats" title="Table&#160;49.1.&#160;BoostBook Output Formats">Table&#160;49.1, &#8220;BoostBook Output Formats&#8221;</a>. Several output formats can
be passed to a single invocation of <code class="computeroutput">bjam</code>, e.g.,
<code class="computeroutput">bjam html man docbook</code> would generate HTML
(multiple files), man pages, and DocBook documentation.</p>
<div class="table">
-<a name="boostbook.output.formats"></a><p class="title"><b>Table&#160;48.1.&#160;BoostBook Output Formats</b></p>
+<a name="boostbook.output.formats"></a><p class="title"><b>Table&#160;49.1.&#160;BoostBook Output Formats</b></p>
<div class="table-contents"><table class="table" summary="BoostBook Output Formats">
<colgroup>
<col>
diff --git a/doc/html/boostbook/together.html b/doc/html/boostbook/together.html
index 92ec23edca..a4ac1134ec 100644
--- a/doc/html/boostbook/together.html
+++ b/doc/html/boostbook/together.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<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;48.&#160;The BoostBook Documentation Format">
+<link rel="up" href="../boostbook.html" title="Chapter&#160;49.&#160;The BoostBook Documentation Format">
<link rel="prev" href="documenting.html" title="Documenting libraries">
<link rel="next" href="../reference.html" title="Reference">
</head>