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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Aug 11 02:33:19 UTC 2010


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

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

Modified:
   trunk/src/pmc/sub.pmc

Modified: trunk/src/pmc/sub.pmc
==============================================================================
--- trunk/src/pmc/sub.pmc	Wed Aug 11 02:21:01 2010	(r48399)
+++ trunk/src/pmc/sub.pmc	Wed Aug 11 02:33:18 2010	(r48400)
@@ -33,6 +33,14 @@
 /* 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)>
+
+=cut
+
+*/
+
 static void
 print_sub_name(PARROT_INTERP, ARGIN_NULLOK(PMC *sub))
 {
@@ -1144,7 +1152,10 @@
 
 (Experimental) Returns Sub flags.
 
+=back
+
 =cut
+
 */
     METHOD comp_flags() {
         Parrot_Sub_attributes  *sub;


More information about the parrot-commits mailing list