fixed documentation bug

[SVN r42116]
This commit is contained in:
Joel de Guzman
2007-12-17 09:27:42 +00:00
parent 300f35fadd
commit e9fd448376
229 changed files with 1483 additions and 1379 deletions

View File

@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.container.list"></a><a href="list.html" title="list">list</a></h3></div></div></div>
<a name="fusion.container.list.description"></a><h4>
<a name="id529384"></a>
<a name="id532388"></a>
<a href="list.html#fusion.container.list.description">Description</a>
</h4>
<p>
@ -38,7 +38,7 @@
runtime cost of access to each element is peculiarly constant (see <a href="../notes.html#fusion.notes.recursive_inlined_functions">Recursive Inlined Functions</a>).
</p>
<a name="fusion.container.list.header"></a><h4>
<a name="id529481"></a>
<a name="id532485"></a>
<a href="list.html#fusion.container.list.header">Header</a>
</h4>
<pre class="programlisting">
@ -48,7 +48,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">include</span><span class="special">/</span><span class="identifier">list_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.container.list.synopsis"></a><h4>
<a name="id529774"></a>
<a name="id532778"></a>
<a href="list.html#fusion.container.list.synopsis">Synopsis</a>
</h4>
<pre class="programlisting">
@ -79,7 +79,7 @@
<span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.list.template_parameters"></a><h4>
<a name="id530104"></a>
<a name="id533108"></a>
<a href="list.html#fusion.container.list.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@ -124,7 +124,7 @@
</tr></tbody>
</table></div>
<a name="fusion.container.list.model_of"></a><h4>
<a name="id530223"></a>
<a name="id533227"></a>
<a href="list.html#fusion.container.list.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
@ -157,7 +157,7 @@
</dl>
</div>
<a name="fusion.container.list.expression_semantics"></a><h4>
<a name="id530436"></a>
<a name="id533440"></a>
<a href="list.html#fusion.container.list.expression_semantics">Expression Semantics</a>
</h4>
<p>
@ -265,7 +265,7 @@
Inlined Functions</a>).
</p></div>
<a name="fusion.container.list.example"></a><h4>
<a name="id531013"></a>
<a name="id534016"></a>
<a href="list.html#fusion.container.list.example">Example</a>
</h4>
<pre class="programlisting">