[svn:parrot] r47496 - branches/gc_massacre/src/gc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Jun 8 23:51:05 UTC 2010


Author: mikehh
Date: Tue Jun  8 23:51:05 2010
New Revision: 47496
URL: https://trac.parrot.org/parrot/changeset/47496

Log:
add missing documentation

Modified:
   branches/gc_massacre/src/gc/gc_ms.c

Modified: branches/gc_massacre/src/gc/gc_ms.c
==============================================================================
--- branches/gc_massacre/src/gc/gc_ms.c	Tue Jun  8 23:48:48 2010	(r47495)
+++ branches/gc_massacre/src/gc/gc_ms.c	Tue Jun  8 23:51:05 2010	(r47496)
@@ -1926,6 +1926,18 @@
 /*
 TODO Move it somewhere.
 */
+
+/*
+
+=item C<size_t Parrot_gc_get_info(PARROT_INTERP, Interpinfo_enum which,
+GC_Statistics *stats)>
+
+returns stats as required by enum which
+
+=cut
+
+*/
+
 size_t
 Parrot_gc_get_info(PARROT_INTERP, Interpinfo_enum which, ARGIN(GC_Statistics *stats))
 {


More information about the parrot-commits mailing list