[svn:parrot] r36250 - trunk/lib/Parrot/Docs/Section
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Sun Feb 1 18:04:58 UTC 2009
Author: fperrad
Date: Sun Feb 1 18:04:57 2009
New Revision: 36250
URL: https://trac.parrot.org/parrot/changeset/36250
Log:
[pdd28str] fix doc generation
(see move in r36045)
Modified:
trunk/lib/Parrot/Docs/Section/C.pm
Modified: trunk/lib/Parrot/Docs/Section/C.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/C.pm Sun Feb 1 16:34:19 2009 (r36249)
+++ trunk/lib/Parrot/Docs/Section/C.pm Sun Feb 1 18:04:57 2009 (r36250)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2006, The Perl Foundation.
+# Copyright (C) 2004-2009, The Perl Foundation.
# $Id$
=head1 NAME
@@ -177,11 +177,11 @@
'',
$self->c_item(
'',
- 'pairs' => [ 'string_primitives', 'string' ],
- 'headers' => ['string_funcs']
+ 'sources' => [ 'string/primitives', 'string/api' ],
+ 'headers' => [ 'string', 'string_funcs', 'string_primitives' ]
),
- $self->c_item( 'String encodings', 'contents' => ['src/encodings'] ),
- $self->c_item( 'String charset', 'contents' => ['src/charset'] ),
+ $self->c_item( 'String encodings', 'contents' => ['src/string/encoding'] ),
+ $self->c_item( 'String charset', 'contents' => ['src/string/charset'] ),
$self->c_item(
'Miscellaneous, <code>sprintf</code> and utility functions.',
'pairs' => ['misc'],
More information about the parrot-commits
mailing list