[svn:parrot] r48113 - in branches/html_cleanup: . docs docs/dev docs/pmc src/pmc tools/dev

coke at svn.parrot.org coke at svn.parrot.org
Mon Jul 19 17:08:29 UTC 2010


Author: coke
Date: Mon Jul 19 17:08:28 2010
New Revision: 48113
URL: https://trac.parrot.org/parrot/changeset/48113

Log:
Make POD conform to 'make html' expectations a bit more.

Modified:
   branches/html_cleanup/DONORS.pod
   branches/html_cleanup/docs/dev/headerizer.pod
   branches/html_cleanup/docs/parrothist.pod
   branches/html_cleanup/docs/pmc/array.pod
   branches/html_cleanup/docs/pmc/struct.pod
   branches/html_cleanup/docs/pmc/subs.pod
   branches/html_cleanup/docs/running.pod
   branches/html_cleanup/parrotbug
   branches/html_cleanup/src/pmc/managedstruct.pmc
   branches/html_cleanup/tools/dev/bench_op.pir
   branches/html_cleanup/tools/dev/install_files.pl
   branches/html_cleanup/tools/dev/parrotbench.pl

Modified: branches/html_cleanup/DONORS.pod
==============================================================================
--- branches/html_cleanup/DONORS.pod	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/DONORS.pod	Mon Jul 19 17:08:28 2010	(r48113)
@@ -1,6 +1,10 @@
 # Parrot is Copyright (C) 2001-2008, Parrot Foundation.
 # $Id$
 
+=head1 NAME
+
+DONORS
+
 =head1 DONORS
 
 We would like to thank the following people and institutions,

Modified: branches/html_cleanup/docs/dev/headerizer.pod
==============================================================================
--- branches/html_cleanup/docs/dev/headerizer.pod	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/docs/dev/headerizer.pod	Mon Jul 19 17:08:28 2010	(r48113)
@@ -3,7 +3,7 @@
 
 =pod
 
-=head1 TITLE
+=head1 NAME
 
 The Headerizer
 

Modified: branches/html_cleanup/docs/parrothist.pod
==============================================================================
--- branches/html_cleanup/docs/parrothist.pod	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/docs/parrothist.pod	Mon Jul 19 17:08:28 2010	(r48113)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-parrothist - Parrot Release History
+docs/parrothist.pod - Parrot Release History
 
 =head1 DESCRIPTION
 

Modified: branches/html_cleanup/docs/pmc/array.pod
==============================================================================
--- branches/html_cleanup/docs/pmc/array.pod	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/docs/pmc/array.pod	Mon Jul 19 17:08:28 2010	(r48113)
@@ -1,7 +1,7 @@
 # -*- cperl -*-
 #
 
-=head1 TITLE
+=head1 NAME
 
 Array base class
 

Modified: branches/html_cleanup/docs/pmc/struct.pod
==============================================================================
--- branches/html_cleanup/docs/pmc/struct.pod	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/docs/pmc/struct.pod	Mon Jul 19 17:08:28 2010	(r48113)
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Structures - Accessing C Structs from Parrot
+Accessing C Structs from Parrot
 
 =head1 DESCRIPTION
 

Modified: branches/html_cleanup/docs/pmc/subs.pod
==============================================================================
--- branches/html_cleanup/docs/pmc/subs.pod	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/docs/pmc/subs.pod	Mon Jul 19 17:08:28 2010	(r48113)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-Subs - Parrot Subroutines
+Parrot Subroutines
 
 =head1 VERSION
 

Modified: branches/html_cleanup/docs/running.pod
==============================================================================
--- branches/html_cleanup/docs/running.pod	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/docs/running.pod	Mon Jul 19 17:08:28 2010	(r48113)
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Parrot - Running
+docs/running.pod - Running
 
 =head1 VERSION
 

Modified: branches/html_cleanup/parrotbug
==============================================================================
--- branches/html_cleanup/parrotbug	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/parrotbug	Mon Jul 19 17:08:28 2010	(r48113)
@@ -629,7 +629,7 @@
 
 =head1 NAME
 
-parrotbug - Parrot Bug Reporter
+Parrot Bug Reporter
 
 =head1 SYNOPSIS
 

Modified: branches/html_cleanup/src/pmc/managedstruct.pmc
==============================================================================
--- branches/html_cleanup/src/pmc/managedstruct.pmc	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/src/pmc/managedstruct.pmc	Mon Jul 19 17:08:28 2010	(r48113)
@@ -2,7 +2,7 @@
 Copyright (C) 2001-2009, Parrot Foundation.
 $Id$
 
-=head1 DESCRIPTION
+=head1 NAME
 
 src/pmc/managedstruct.pmc - Memory-managed C struct
 

Modified: branches/html_cleanup/tools/dev/bench_op.pir
==============================================================================
--- branches/html_cleanup/tools/dev/bench_op.pir	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/tools/dev/bench_op.pir	Mon Jul 19 17:08:28 2010	(r48113)
@@ -1,9 +1,9 @@
 # Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
-=head1 TITLE
+=head1 NAME
 
-bench_op - Benchmark one or more opcodes
+tools/dev/bench_op.pir - Benchmark one or more opcodes
 
 =head1 SYNOPSIS
 

Modified: branches/html_cleanup/tools/dev/install_files.pl
==============================================================================
--- branches/html_cleanup/tools/dev/install_files.pl	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/tools/dev/install_files.pl	Mon Jul 19 17:08:28 2010	(r48113)
@@ -4,7 +4,7 @@
 # $Id$
 ################################################################################
 
-=head1 TITLE
+=head1 NAME
 
 tools/dev/install_files.pl - Copy files to their correct locations
 

Modified: branches/html_cleanup/tools/dev/parrotbench.pl
==============================================================================
--- branches/html_cleanup/tools/dev/parrotbench.pl	Mon Jul 19 17:06:22 2010	(r48112)
+++ branches/html_cleanup/tools/dev/parrotbench.pl	Mon Jul 19 17:08:28 2010	(r48113)
@@ -16,7 +16,7 @@
 
 =head1 NAME
 
-parrotbench - Parrot benchmark
+tools/dev/parrotbench.pl - Parrot benchmark
 
 =head1 SYNOPSIS
 


More information about the parrot-commits mailing list