forked from boostorg/fusion
Documentation fix + stuff
[SVN r36122]
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
</p>
|
||||
<p>
|
||||
For starters, we shall include all of Fusion's <span class="underline">_sequence</span>_s
|
||||
<sup>[<a name="id447337" href="#ftn.id447337">1</a>]</sup>
|
||||
<sup>[<a name="id447897" href="#ftn.id447897">1</a>]</sup>
|
||||
:
|
||||
</p>
|
||||
<pre class="programlisting">
|
||||
@ -41,7 +41,7 @@
|
||||
</pre>
|
||||
<p>
|
||||
Let's begin with a <tt class="computeroutput"><a href="sequences/containers/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a></tt><EFBFBD>
|
||||
<sup>[<a name="id447440" href="#ftn.id447440">2</a>]</sup>
|
||||
<sup>[<a name="id448000" href="#ftn.id448000">2</a>]</sup>
|
||||
:
|
||||
</p>
|
||||
<pre class="programlisting">
|
||||
@ -59,7 +59,7 @@
|
||||
Let's see some examples.
|
||||
</p>
|
||||
<a name="fusion.quick_start.print_the_vector_as_xml"></a><h3>
|
||||
<a name="id447898"></a>
|
||||
<a name="id448458"></a>
|
||||
<a href="quick_start.html#fusion.quick_start.print_the_vector_as_xml">Print the vector
|
||||
as XML</a>
|
||||
</h3>
|
||||
@ -116,7 +116,7 @@
|
||||
print just about any Fusion <a href="sequences.html" title="Sequences">Sequence</a>.
|
||||
</p>
|
||||
<a name="fusion.quick_start.print_only_pointers"></a><h3>
|
||||
<a name="id448486"></a>
|
||||
<a name="id449046"></a>
|
||||
<a href="quick_start.html#fusion.quick_start.print_only_pointers">Print only pointers</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -150,7 +150,7 @@
|
||||
Easy, right?
|
||||
</p>
|
||||
<a name="fusion.quick_start.associative_tuples"></a><h3>
|
||||
<a name="id448892"></a>
|
||||
<a name="id449452"></a>
|
||||
<a href="quick_start.html#fusion.quick_start.associative_tuples">Associative tuples</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -225,7 +225,7 @@
|
||||
a <tt class="computeroutput"><span class="identifier">dog</span></tt> or a whole <tt class="computeroutput"><span class="identifier">alternate_universe</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.quick_start.tip_of_the_iceberg"></a><h3>
|
||||
<a name="id449910"></a>
|
||||
<a name="id450470"></a>
|
||||
<a href="quick_start.html#fusion.quick_start.tip_of_the_iceberg">Tip of the Iceberg</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -236,12 +236,12 @@
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id447337" href="#id447337">1</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id447897" href="#id447897">1</a>] </sup>
|
||||
There are finer grained header files available if you wish to have more
|
||||
control over which components to include (see section <a href="organization.html" title="Organization">Orgainization</a>
|
||||
for details).
|
||||
</p></div>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id447440" href="#id447440">2</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id448000" href="#id448000">2</a>] </sup>
|
||||
Unless otherwise noted, components are in namespace <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span></tt>.
|
||||
For the sake of simplicity, code in this quick start implies <tt class="computeroutput"><span class="keyword">using</span></tt> directives for the fusion components
|
||||
we will be using.
|
||||
|
Reference in New Issue
Block a user