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

darbelo at svn.parrot.org darbelo at svn.parrot.org
Mon Jul 5 18:19:07 UTC 2010


Author: darbelo
Date: Mon Jul  5 18:19:06 2010
New Revision: 48015
URL: https://trac.parrot.org/parrot/changeset/48015

Log:
Add POD header and footer.

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:18:48 2010	(r48014)
+++ branches/gsoc_nfg/src/string/grapheme.c	Mon Jul  5 18:19:06 2010	(r48015)
@@ -1,6 +1,22 @@
 /*
 Copyright (C) 2010, Parrot Foundation.
 $Id$
+
+=head1 NAME
+
+src/string/grapheme.c - Grapheme table handling
+
+=head1 DESCRIPTION
+
+This file implements the grapheme tables tha underly the NFG support
+for the Parrot string subsystem.
+
+=head2 Functions
+
+=over 4
+
+=cut
+
 */
 
 #include "parrot/parrot.h"
@@ -314,6 +330,14 @@
 #endif /* PARROT_HAS_ICU */
 
 /*
+
+=back
+
+=cut
+
+*/
+
+/*
  * Local variables:
  *   c-file-style: "parrot"
  * End:


More information about the parrot-commits mailing list