[svn:parrot] r48499 - trunk/src/pmc
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sun Aug 15 01:48:12 UTC 2010
Author: jkeenan
Date: Sun Aug 15 01:48:12 2010
New Revision: 48499
URL: https://trac.parrot.org/parrot/changeset/48499
Log:
[codingstd] Insert POD 'item' so that documentor will know where to add
function documentation.
Modified:
trunk/src/pmc/eval.pmc
Modified: trunk/src/pmc/eval.pmc
==============================================================================
--- trunk/src/pmc/eval.pmc Sun Aug 15 01:37:47 2010 (r48498)
+++ trunk/src/pmc/eval.pmc Sun Aug 15 01:48:12 2010 (r48499)
@@ -52,6 +52,16 @@
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
/* HEADERIZER END: static */
+/*
+
+=item C<static void clear_fixups(PARROT_INTERP, const Parrot_Sub_attributes *sub_data)>
+
+
+
+=cut
+
+*/
+
static void
clear_fixups(PARROT_INTERP, ARGIN(const Parrot_Sub_attributes *sub_data))
{
@@ -80,6 +90,16 @@
}
}
+/*
+
+=item C<static PMC* get_sub(PARROT_INTERP, PMC *self, int idx)>
+
+
+
+=cut
+
+*/
+
PARROT_WARN_UNUSED_RESULT
PARROT_CAN_RETURN_NULL
static PMC*
@@ -116,6 +136,16 @@
return PMCNULL;
}
+/*
+
+=item C<static void mark_subs(PARROT_INTERP, PMC *self)>
+
+
+
+=cut
+
+*/
+
static void
mark_subs(PARROT_INTERP, ARGIN(PMC *self))
{
More information about the parrot-commits
mailing list