perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r19327 - trunk/src

Subject: [svn:parrot] r19327 - trunk/src
From:
Date: Mon, 25 Jun 2007 19:27:06 -0700 PDT
Newsgroups: perl.cvs.parrot

Author: chromatic
Date: Mon Jun 25 19:27:06 2007
New Revision: 19327

Modified:
   trunk/src/string_primitives.c

Log:
[POD] Fixed POD in file.

Modified: trunk/src/string_primitives.c
==============================================================================
--- trunk/src/string_primitives.c       (original)
+++ trunk/src/string_primitives.c       Mon Jun 25 19:27:06 2007
@@ -30,12 +30,16 @@
 
 /*
 
+=over 4
+
 =item C<void
 string_set_data_directory(const char *dir)>
 
 Set the directory where ICU finds its data files (encodings, locales,
 etc.).
 
+=back
+
 */
 
 PARROT_API

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r19327 - trunk/src, chromatic <=