[svn:parrot] r48540 - trunk/src/pmc
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Tue Aug 17 01:09:57 UTC 2010
Author: jkeenan
Date: Tue Aug 17 01:09:57 2010
New Revision: 48540
URL: https://trac.parrot.org/parrot/changeset/48540
Log:
[codingstd] Insert POD 'item' so that documentor will know where to add
function documentation.
Modified:
trunk/src/pmc/nci.pmc
Modified: trunk/src/pmc/nci.pmc
==============================================================================
--- trunk/src/pmc/nci.pmc Tue Aug 17 01:06:16 2010 (r48539)
+++ trunk/src/pmc/nci.pmc Tue Aug 17 01:09:57 2010 (r48540)
@@ -49,6 +49,15 @@
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
/* HEADERIZER END: static */
+/*
+
+=item C<static void pcc_params(PARROT_INTERP, STRING *sig, Parrot_NCI_attributes *nci_info, size_t sig_length)>
+
+
+
+=cut
+
+*/
static void
pcc_params(PARROT_INTERP, ARGIN(STRING *sig), ARGMOD(Parrot_NCI_attributes *nci_info),
@@ -143,7 +152,15 @@
mem_sys_free(sig_buf);
}
-/* actually build the NCI thunk */
+/*
+
+=item C<static nci_thunk_t build_func(PARROT_INTERP, Parrot_NCI_attributes *nci_info)>
+
+Actually build the NCI thunk.
+
+=cut
+
+*/
PARROT_IGNORABLE_RESULT
static nci_thunk_t
More information about the parrot-commits
mailing list