Author: particle
Date: Thu Apr 27 06:37:23 2006
New Revision: 12443

Modified:
   trunk/compilers/pge/PGE/Exp.pir
   trunk/compilers/pge/PGE/P6Regex.pir
   trunk/compilers/pge/PGE/Regex.pir

Log:
[PGE] fix pod errors

Modified: trunk/compilers/pge/PGE/Exp.pir
==============================================================================
--- trunk/compilers/pge/PGE/Exp.pir     (original)
+++ trunk/compilers/pge/PGE/Exp.pir     Thu Apr 27 06:37:23 2006
@@ -1,3 +1,9 @@
+=head1 TITLE
+
+PGE::Exp - base class for expressions
+
+=cut
+
 .namespace [ "PGE::Exp" ]
 
 .include "interpinfo.pasm"
@@ -36,6 +42,8 @@
 .end
 
 
+=over 4
+
 =item C<root_pir(PMC adverbs)>
 
 Return a CodeString object containing the entire expression

Modified: trunk/compilers/pge/PGE/P6Regex.pir
==============================================================================
--- trunk/compilers/pge/PGE/P6Regex.pir (original)
+++ trunk/compilers/pge/PGE/P6Regex.pir Thu Apr 27 06:37:23 2006
@@ -1233,6 +1233,8 @@
     .return (self)
 .end
 
+=back
+
 =head1 Functions
 
 =over 4

Modified: trunk/compilers/pge/PGE/Regex.pir
==============================================================================
--- trunk/compilers/pge/PGE/Regex.pir   (original)
+++ trunk/compilers/pge/PGE/Regex.pir   Thu Apr 27 06:37:23 2006
@@ -1,4 +1,4 @@
-=head1 NAME
+=head1 TITLE
 
 Regex - base class for grammars and built-in rules
 
@@ -25,7 +25,7 @@
 
 =head2 Built-in regex
 
-=over4
+=over 4
 
 =item C<ident()>
 

Reply via email to