Author: cotto
Date: Sun Jan 11 02:55:39 2009
New Revision: 35404

Modified:
   trunk/lib/Parrot/Docs/Section/C.pm

Log:
[docs] fix make html
patch courtesy of GeJ++


Modified: trunk/lib/Parrot/Docs/Section/C.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/C.pm  (original)
+++ trunk/lib/Parrot/Docs/Section/C.pm  Sun Jan 11 02:55:39 2009
@@ -235,8 +235,7 @@
                 'pairs'   => ['resources'],
                 'sources' => ['res_lea']
             ),
-            $self->c_pair_item( '', 'mark_sweep' ),
-            $self->c_pair_item( '', 'headers' ),
+            $self->c_source_item( '', 'mark_sweep' ),
         ),
         $self->new_group(
             'Garbage Collection',

Reply via email to