[svn:parrot] r37053 - trunk/lib/Parrot/Docs/Section

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Feb 28 22:13:57 UTC 2009


Author: fperrad
Date: Sat Feb 28 22:13:56 2009
New Revision: 37053
URL: https://trac.parrot.org/parrot/changeset/37053

Log:
[doc] improve layout

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

Modified: trunk/lib/Parrot/Docs/Section/Parrot.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Parrot.pm	Sat Feb 28 22:11:37 2009	(r37052)
+++ trunk/lib/Parrot/Docs/Section/Parrot.pm	Sat Feb 28 22:13:56 2009	(r37053)
@@ -57,15 +57,23 @@
     my $self = shift;
 
     return $self->SUPER::new(
-        'Contents',                            'index.html',
-        'What\'s in the Parrot distribution?', Parrot::Docs::Section::Info->new,
-        Parrot::Docs::Section::Docs->new,      Parrot::Docs::Section::Examples->new,
-        Parrot::Docs::Section::PMCs->new,      Parrot::Docs::Section::DynaPMCs->new,
-        Parrot::Docs::Section::C->new,         Parrot::Docs::Section::Ops->new,
-        Parrot::Docs::Section::IMCC->new,      Parrot::Docs::Section::Perl->new,
-        Parrot::Docs::Section::Libs->new,      Parrot::Docs::Section::Tools->new,
-        Parrot::Docs::Section::Languages->new, Parrot::Docs::Section::Config->new,
-        Parrot::Docs::Section::Tests->new,     Parrot::Docs::Section::EditorPlugins->new,
+        'Contents', 'index.html',
+        'What\'s in the Parrot distribution?',
+        Parrot::Docs::Section::Info->new,
+        Parrot::Docs::Section::Docs->new,
+        Parrot::Docs::Section::Examples->new,
+        Parrot::Docs::Section::PMCs->new,
+        Parrot::Docs::Section::DynaPMCs->new,
+        Parrot::Docs::Section::C->new,
+        Parrot::Docs::Section::Ops->new,
+        Parrot::Docs::Section::IMCC->new,
+        Parrot::Docs::Section::Perl->new,
+        Parrot::Docs::Section::Libs->new,
+        Parrot::Docs::Section::Tools->new,
+        Parrot::Docs::Section::Languages->new,
+        Parrot::Docs::Section::Config->new,
+        Parrot::Docs::Section::Tests->new,
+        Parrot::Docs::Section::EditorPlugins->new,
     );
 }
 


More information about the parrot-commits mailing list