[svn:parrot] r48405 - trunk/src/pmc
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Wed Aug 11 02:55:32 UTC 2010
Author: jkeenan
Date: Wed Aug 11 02:55:31 2010
New Revision: 48405
URL: https://trac.parrot.org/parrot/changeset/48405
Log:
[codingstd] Insert POD 'item' so that documentor will know where to add function documentation.
Modified:
trunk/src/pmc/fixedintegerarray.pmc
Modified: trunk/src/pmc/fixedintegerarray.pmc
==============================================================================
--- trunk/src/pmc/fixedintegerarray.pmc Wed Aug 11 02:49:21 2010 (r48404)
+++ trunk/src/pmc/fixedintegerarray.pmc Wed Aug 11 02:55:31 2010 (r48405)
@@ -34,6 +34,16 @@
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
/* HEADERIZER END: static */
+/*
+
+=item C<static int auxcmpfunc(const INTVAL *i, const INTVAL *j)>
+
+
+
+=cut
+
+*/
+
PARROT_PURE_FUNCTION
static int
auxcmpfunc(ARGIN(const INTVAL *i), ARGIN(const INTVAL *j))
More information about the parrot-commits
mailing list