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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Aug 14 02:34:32 UTC 2010


Author: jkeenan
Date: Sat Aug 14 02:34:31 2010
New Revision: 48487
URL: https://trac.parrot.org/parrot/changeset/48487

Log:
[codingstd] Insert POD 'item' so that documentor will know where to add function documentation.

Modified:
   trunk/src/pmc/null.pmc

Modified: trunk/src/pmc/null.pmc
==============================================================================
--- trunk/src/pmc/null.pmc	Sat Aug 14 00:49:03 2010	(r48486)
+++ trunk/src/pmc/null.pmc	Sat Aug 14 02:34:31 2010	(r48487)
@@ -32,6 +32,16 @@
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 /* HEADERIZER END: static */
 
+/*
+
+=item C<static void null_pmc_access(PARROT_INTERP, int index)>
+
+
+
+=cut
+
+*/
+
 PARROT_DOES_NOT_RETURN
 static void
 null_pmc_access(PARROT_INTERP, int index)


More information about the parrot-commits mailing list