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

@ -37,11 +37,11 @@
Intrinsic functions, unlike <a href="../algorithm.html" title="Algorithm">Algorithms</a>,
are not generic across the full <a href="../sequence.html" title="Sequence">Sequence</a>
repertoire. They need to be implemented for each Fusion <a href="../sequence.html" title="Sequence">Sequence</a>
<sup>[<a name="id494669" href="#ftn.id494669">4</a>]</sup>
<sup>[<a name="id497665" href="#ftn.id497665">4</a>]</sup>
.
</p>
<a name="fusion.sequence.intrinsic.header"></a><h4>
<a name="id494689"></a>
<a name="id497685"></a>
<a href="intrinsic.html#fusion.sequence.intrinsic.header">Header</a>
</h4>
<pre class="programlisting">
@ -50,7 +50,7 @@
</pre>
<div class="footnotes">
<br><hr width="100" align="left">
<div class="footnote"><p><sup>[<a name="ftn.id494669" href="#id494669">4</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id497665" href="#id497665">4</a>] </sup>
In practice, many of intrinsic functions have default implementations
that will work in majority of cases
</p></div>