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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Aug 15 12:43:34 UTC 2010


Author: mikehh
Date: Sun Aug 15 12:43:34 2010
New Revision: 48514
URL: https://trac.parrot.org/parrot/changeset/48514

Log:
add documentation to pass pmc_docs.t

Modified:
   trunk/src/pmc/packfile.pmc

Modified: trunk/src/pmc/packfile.pmc
==============================================================================
--- trunk/src/pmc/packfile.pmc	Sun Aug 15 12:24:10 2010	(r48513)
+++ trunk/src/pmc/packfile.pmc	Sun Aug 15 12:43:34 2010	(r48514)
@@ -41,8 +41,16 @@
 /* HEADERIZER END: static */
 
 /*
+
+=item C<static void copy_packfile_header(PARROT_INTERP, PMC *self, PackFile
+*pf)>
+
 Copy attributes from PackFile* to Packfile PMC.
+
+=cut
+
 */
+
 static void
 copy_packfile_header(PARROT_INTERP, ARGMOD(PMC *self), ARGIN(PackFile *pf))
 {


More information about the parrot-commits mailing list