[svn:parrot] r47499 - trunk/src/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Wed Jun 9 01:07:53 UTC 2010


Author: NotFound
Date: Wed Jun  9 01:07:53 2010
New Revision: 47499
URL: https://trac.parrot.org/parrot/changeset/47499

Log:
empty lines after =item

Modified:
   trunk/src/pmc/bytebuffer.pmc

Modified: trunk/src/pmc/bytebuffer.pmc
==============================================================================
--- trunk/src/pmc/bytebuffer.pmc	Wed Jun  9 01:02:17 2010	(r47498)
+++ trunk/src/pmc/bytebuffer.pmc	Wed Jun  9 01:07:53 2010	(r47499)
@@ -32,15 +32,19 @@
 =over 4
 
 =item C<void init()>
+
 Create an empty buffer
 
 =item C<void init_int()>
+
 Create a buffer of initial_size capacity.
 
 =item C<void mark()>
+
 Mark the source string if any.
 
 =item C<void destroy()>
+
 Free the buffer when destroying.
 
 =cut
@@ -80,6 +84,7 @@
 /*
 
 =item C<INTVAL elements()>
+
 Get current size.
 
 =cut
@@ -95,6 +100,7 @@
 /*
 
 =item C<void set_string_native()>
+
 Reset the buffer with the content of the string.
 
 =cut
@@ -118,6 +124,7 @@
 /*
 
 =item C<INTVAL get_integer_keyed_int()>
+
 Get the value of the byte at position or 0 if out of bounds.
 
 =cut
@@ -135,6 +142,7 @@
 /*
 
 =item C<void set_integer_keyed_int()>
+
 Set the value of the byte at position.
 
 =cut


More information about the parrot-commits mailing list