doc tweaks

[SVN r35248]
This commit is contained in:
Joel de Guzman
2006-09-21 12:43:48 +00:00
parent 425030e0eb
commit 9267941ce3
179 changed files with 1160 additions and 1142 deletions

View File

@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.sequences.containers.vector"></a><a href="vector.html" title="vector">vector</a></h4></div></div></div>
<a name="fusion.sequences.containers.vector.description"></a><h5>
<a name="id481884"></a>
<a name="id482014"></a>
<a href="vector.html#fusion.sequences.containers.vector.description">Description</a>
</h5>
<p>
@ -39,7 +39,7 @@
most efficient.
</p>
<a name="fusion.sequences.containers.vector.header"></a><h5>
<a name="id481957"></a>
<a name="id482086"></a>
<a href="vector.html#fusion.sequences.containers.vector.header">Header</a>
</h5>
<pre class="programlisting">
@ -54,7 +54,7 @@
<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">vector</span><span class="special">/</span><span class="identifier">vector50</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.sequences.containers.vector.synopsis"></a><h5>
<a name="id482565"></a>
<a name="id482695"></a>
<a href="vector.html#fusion.sequences.containers.vector.synopsis">Synopsis</a>
</h5>
<p>
@ -115,13 +115,13 @@
<span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.sequences.containers.vector.template_parameters"></a><h5>
<a name="id483292"></a>
<a name="id483422"></a>
<a href="vector.html#fusion.sequences.containers.vector.template_parameters">Template
parameters</a>
</h5>
<div class="informaltable">
<h4>
<a name="id483315"></a>
<a name="id483444"></a>
</h4>
<table class="table">
<colgroup>
@ -144,7 +144,7 @@
</table>
</div>
<a name="fusion.sequences.containers.vector.model_of"></a><h5>
<a name="id483388"></a>
<a name="id483517"></a>
<a href="vector.html#fusion.sequences.containers.vector.model_of">Model of</a>
</h5>
<div class="itemizedlist"><ul type="disc"><li><a href="../concepts/random_access_sequence.html" title="Random
@ -174,7 +174,7 @@
</dl>
</div>
<a name="fusion.sequences.containers.vector.expression_semantics"></a><h5>
<a name="id483546"></a>
<a name="id483676"></a>
<a href="vector.html#fusion.sequences.containers.vector.expression_semantics">Expression
Semantics</a>
</h5>
@ -186,7 +186,7 @@
</p>
<div class="informaltable">
<h4>
<a name="id483584"></a>
<a name="id483714"></a>
</h4>
<table class="table">
<colgroup>
@ -226,7 +226,7 @@
</table>
</div>
<a name="fusion.sequences.containers.vector.example"></a><h5>
<a name="id483832"></a>
<a name="id483961"></a>
<a href="vector.html#fusion.sequences.containers.vector.example">Example</a>
</h5>
<pre class="programlisting">