[svn:parrot] r48016 - branches/gsoc_nfg/src/string

darbelo at svn.parrot.org darbelo at svn.parrot.org
Mon Jul 5 18:20:02 UTC 2010


Author: darbelo
Date: Mon Jul  5 18:20:02 2010
New Revision: 48016
URL: https://trac.parrot.org/parrot/changeset/48016

Log:
Reformat POD to apease codetest.

Modified:
   branches/gsoc_nfg/src/string/grapheme.c

Modified: branches/gsoc_nfg/src/string/grapheme.c
==============================================================================
--- branches/gsoc_nfg/src/string/grapheme.c	Mon Jul  5 18:19:06 2010	(r48015)
+++ branches/gsoc_nfg/src/string/grapheme.c	Mon Jul  5 18:20:02 2010	(r48016)
@@ -71,7 +71,8 @@
 
 /*
 
-=item C<grapheme_table * clone_grapheme_table(PARROT_INTERP, grapheme_table *src)>
+=item C<grapheme_table * clone_grapheme_table(PARROT_INTERP, grapheme_table
+*src)>
 
 Creates and returns a deep clone of the grapheme table passed in C<src>.
 
@@ -202,8 +203,8 @@
 
 /*
 
-=item C<grapheme_table * rehash_grapheme_table(PARROT_INTERP,
-grapheme_table *src)>
+=item C<grapheme_table * rehash_grapheme_table(PARROT_INTERP, grapheme_table
+*src)>
 
 Recalculates the hash value for all graphemes in C<src>.
 
@@ -231,8 +232,8 @@
 
 /*
 
-=item C<UChar32 add_grapheme(PARROT_INTERP, grapheme_table *table,
-grapheme *src)>
+=item C<UChar32 add_grapheme(PARROT_INTERP, grapheme_table *table, grapheme
+*src)>
 
 Adds a copy of the grapheme passed in C<src> to the grapheme table passed in
 C<table> returning the dynamic codepoint value.


More information about the parrot-commits mailing list