[svn:parrot] r36734 - in trunk: docs/dev src/pmc
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Sat Feb 14 19:20:41 UTC 2009
Author: fperrad
Date: Sat Feb 14 19:20:41 2009
New Revision: 36734
URL: https://trac.parrot.org/parrot/changeset/36734
Log:
[doc] fix POD syntax
Modified:
trunk/docs/dev/byteorder.pod
trunk/src/pmc/resizablestringarray.pmc
Modified: trunk/docs/dev/byteorder.pod
==============================================================================
--- trunk/docs/dev/byteorder.pod Sat Feb 14 17:26:35 2009 (r36733)
+++ trunk/docs/dev/byteorder.pod Sat Feb 14 19:20:41 2009 (r36734)
@@ -83,6 +83,8 @@
format. Only a C<memcpy> is performed if the native format is already big
endian.
+=back
+
=head1 Low level FLOATVAL fetch and convert functions
We support two different floattypes, stored in the pbc header as 0 or 1.
Modified: trunk/src/pmc/resizablestringarray.pmc
==============================================================================
--- trunk/src/pmc/resizablestringarray.pmc Sat Feb 14 17:26:35 2009 (r36733)
+++ trunk/src/pmc/resizablestringarray.pmc Sat Feb 14 19:20:41 2009 (r36734)
@@ -29,8 +29,6 @@
=over 4
-=over 4
-
=item C<void init()>
Initializes the array.
More information about the parrot-commits
mailing list