summaryrefslogtreecommitdiff
path: root/docs/raptor-tutorial-serializing.xml
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2008-06-20 06:23:33 +0000
committerDave Beckett <dave@dajobe.org>2008-06-20 06:23:33 +0000
commit1553f1c991e5b380bd2b9cb6e4e68bee6dfb269d (patch)
tree9e07361f736a3b26db06dbd5bbcdb59d78e93ea5 /docs/raptor-tutorial-serializing.xml
parentab55d4920d5b11b73d58db618c04a86ef6dd711f (diff)
downloadraptor-1553f1c991e5b380bd2b9cb6e4e68bee6dfb269d.tar.gz
xml
Diffstat (limited to 'docs/raptor-tutorial-serializing.xml')
-rw-r--r--docs/raptor-tutorial-serializing.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/raptor-tutorial-serializing.xml b/docs/raptor-tutorial-serializing.xml
index c4a90bc4..b385a332 100644
--- a/docs/raptor-tutorial-serializing.xml
+++ b/docs/raptor-tutorial-serializing.xml
@@ -232,6 +232,8 @@ to write to it after the serializing is finished (after
raptor_free_iostream(iostream);
</programlisting>
</para>
+</section>
+
<section id="serialize-to-iostream-old">
<title>Serialize to an <link linkend="raptor-iostream"><type>raptor_iostream</type></link> and close iostream (<link linkend="raptor-serialize-start"><function>raptor_serialize_start()</function></link>)</title>
@@ -244,7 +246,6 @@ but it becomes the owner of the passed in
and destroys it at the end of serializing, so no further use of the
iostream can be made by the caller.
</para>
-
</section>