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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Aug 11 02:47:34 UTC 2010


Author: jkeenan
Date: Wed Aug 11 02:47:33 2010
New Revision: 48403
URL: https://trac.parrot.org/parrot/changeset/48403

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

Modified:
   trunk/src/pmc/coroutine.pmc

Modified: trunk/src/pmc/coroutine.pmc
==============================================================================
--- trunk/src/pmc/coroutine.pmc	Wed Aug 11 02:44:02 2010	(r48402)
+++ trunk/src/pmc/coroutine.pmc	Wed Aug 11 02:47:33 2010	(r48403)
@@ -46,6 +46,13 @@
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 /* HEADERIZER END: static */
 
+/*
+
+=item C<static void print_sub_name(PARROT_INTERP, PMC *sub_pmc)>
+
+=cut
+
+*/
 
 static void
 print_sub_name(PARROT_INTERP, ARGIN(PMC *sub_pmc))


More information about the parrot-commits mailing list