summaryrefslogtreecommitdiff
path: root/doc/html/boostbook/dtd/namespace.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boostbook/dtd/namespace.html')
-rw-r--r--doc/html/boostbook/dtd/namespace.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boostbook/dtd/namespace.html b/doc/html/boostbook/dtd/namespace.html
index 4c1ca68956..e0c6aabf6a 100644
--- a/doc/html/boostbook/dtd/namespace.html
+++ b/doc/html/boostbook/dtd/namespace.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>BoostBook element namespace</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="../../reference.html" title="Reference">
<link rel="prev" href="constructor.html" title="BoostBook element constructor">
@@ -35,12 +35,12 @@
(<a class="link" href="class.html" title="BoostBook element class">class</a>| <a class="link" href="class-specialization.html" title="BoostBook element class-specialization">class-specialization</a>| <a class="link" href="struct.html" title="BoostBook element struct">struct</a>| <a class="link" href="struct-specialization.html" title="BoostBook element struct-specialization">struct-specialization</a>| <a class="link" href="union.html" title="BoostBook element union">union</a>| <a class="link" href="union-specialization.html" title="BoostBook element union-specialization">union-specialization</a>| <a class="link" href="typedef.html" title="BoostBook element typedef">typedef</a>| <a class="link" href="enum.html" title="BoostBook element enum">enum</a>| <a class="link" href="free-function-group.html" title="BoostBook element free-function-group">free-function-group</a>| <a class="link" href="function.html" title="BoostBook element function">function</a>| <a class="link" href="overloaded-function.html" title="BoostBook element overloaded-function">overloaded-function</a>| <a class="link" href="namespace.html" title="BoostBook element namespace">namespace</a>)*
</div>
<div class="refsection">
-<a name="idp514574624"></a><h2>Description</h2>
+<a name="idm45927674404160"></a><h2>Description</h2>
<p>BoostBook namespaces are declared via the &lt;namespace&gt;
element. As in C++, namespaces can be nested and contain other C++
constructs, such as classes or functions. The <code class="computeroutput">name</code>
attribute of a &lt;namespace&gt; element gives the namespace name
- (e.g., "boost"). The <a class="link" href="../../any.html" title="Chapter&#160;3.&#160;Boost.Any">Any</a> library is
+ (e.g., "boost"). The <a class="link" href="../../any.html" title="Chapter&#160;4.&#160;Boost.Any">Any</a> library is
defined entirely within namespace boost by:</p>
<pre class="programlisting">&lt;library-reference&gt;
&lt;header name="boost/any.hpp"&gt;
@@ -51,7 +51,7 @@
&lt;/library-reference&gt;</pre>
</div>
<div class="refsection">
-<a name="idp514578848"></a><h2>Attributes</h2>
+<a name="idm45927674399936"></a><h2>Attributes</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>