[svn:parrot] r48398 - trunk/src/pmc
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Wed Aug 11 02:19:55 UTC 2010
Author: jkeenan
Date: Wed Aug 11 02:19:54 2010
New Revision: 48398
URL: https://trac.parrot.org/parrot/changeset/48398
Log:
Insert POD 'item' so that documentor will know where to add function documentation.
Modified:
trunk/src/pmc/threadinterpreter.pmc
Modified: trunk/src/pmc/threadinterpreter.pmc
==============================================================================
--- trunk/src/pmc/threadinterpreter.pmc Wed Aug 11 02:08:21 2010 (r48397)
+++ trunk/src/pmc/threadinterpreter.pmc Wed Aug 11 02:19:54 2010 (r48398)
@@ -44,6 +44,17 @@
* can't do multi-threaded GC yet
* XXX a quick hack to pass the few tests
*/
+
+/*
+
+=item C<static void stop_GC(Interp *parent, Interp *thread)>
+
+
+
+=cut
+
+*/
+
static void
stop_GC(ARGMOD(Interp *parent), ARGMOD(Interp *thread))
{
More information about the parrot-commits
mailing list