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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Aug 12 00:10:11 UTC 2010


Author: jkeenan
Date: Thu Aug 12 00:10:10 2010
New Revision: 48422
URL: https://trac.parrot.org/parrot/changeset/48422

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

Modified:
   trunk/src/pmc/imageiosize.pmc

Modified: trunk/src/pmc/imageiosize.pmc
==============================================================================
--- trunk/src/pmc/imageiosize.pmc	Wed Aug 11 21:15:36 2010	(r48421)
+++ trunk/src/pmc/imageiosize.pmc	Thu Aug 12 00:10:10 2010	(r48422)
@@ -35,6 +35,22 @@
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 /* HEADERIZER END: static */
 
+/*
+
+=head1 METHODS
+
+=over 4
+
+=item C<static void visit_todo_list_freeze(PARROT_INTERP, PMC* pmc, PMC* info)>
+
+
+
+=back
+
+=cut
+
+   */
+
 static void
 visit_todo_list_freeze(PARROT_INTERP, ARGIN(PMC* pmc), ARGMOD(PMC* info))
 {


More information about the parrot-commits mailing list