[svn:parrot] r48402 - in trunk: src/pmc t/codingstd
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Wed Aug 11 02:44:03 UTC 2010
Author: jkeenan
Date: Wed Aug 11 02:44:02 2010
New Revision: 48402
URL: https://trac.parrot.org/parrot/changeset/48402
Log:
[codingstd] Convert inline comment to POD so that file passes pmc_docs.t.
Modified:
trunk/src/pmc/role.pmc
trunk/t/codingstd/pmc_docs.t
Modified: trunk/src/pmc/role.pmc
==============================================================================
--- trunk/src/pmc/role.pmc Wed Aug 11 02:37:23 2010 (r48401)
+++ trunk/src/pmc/role.pmc Wed Aug 11 02:44:02 2010 (r48402)
@@ -68,7 +68,16 @@
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
/* HEADERIZER END: static */
-/* Takes a hash and initializes the role based on it. */
+/*
+
+=item C<static void init_role_from_hash(PARROT_INTERP, PMC *self, PMC *info)>
+
+Takes a hash and initializes the role based on it.
+
+=cut
+
+*/
+
static void
init_role_from_hash(PARROT_INTERP, ARGIN(PMC *self), ARGIN(PMC *info))
{
Modified: trunk/t/codingstd/pmc_docs.t
==============================================================================
--- trunk/t/codingstd/pmc_docs.t Wed Aug 11 02:37:23 2010 (r48401)
+++ trunk/t/codingstd/pmc_docs.t Wed Aug 11 02:44:02 2010 (r48402)
@@ -139,7 +139,6 @@
src/pmc/object.pmc
src/pmc/orderedhash.pmc
src/pmc/packfile.pmc
-src/pmc/role.pmc
src/pmc/sub.pmc
src/pmc/threadinterpreter.pmc
src/pmc/unmanagedstruct.pmc
More information about the parrot-commits
mailing list