Author: mdiep
Date: Mon Jul 25 11:38:40 2005
New Revision: 8700
Modified:
trunk/ops/dotgnu.ops
trunk/ops/experimental.ops
trunk/ops/math.ops
trunk/ops/pmc.ops
Log:
Fix POD errors as seen on http://parrotcode.org
Modified: trunk/ops/dotgnu.ops
==============================================================================
--- trunk/ops/dotgnu.ops (original)
+++ trunk/ops/dotgnu.ops Mon Jul 25 11:38:40 2005
@@ -13,6 +13,8 @@ dotgnu.ops
=head1 DESCRIPTION
+=over 4
+
=item B<conv_i1>(inout INT)
=item B<conv_i1_ovf>(inout INT)
@@ -53,6 +55,8 @@ dotgnu.ops
Additional opcodes for C# compilation needed by cscc PM codegen
+=back
+
=cut
inline op conv_i1(inout INT) :dotgnu_core {
Modified: trunk/ops/experimental.ops
==============================================================================
--- trunk/ops/experimental.ops (original)
+++ trunk/ops/experimental.ops Mon Jul 25 11:38:40 2005
@@ -244,7 +244,6 @@ inline op morph(in PMC, in INT) {
VTABLE_morph(interpreter, $1, $2);
goto NEXT();
}
-=cut
=item B<exec>(in STR)
@@ -300,10 +299,10 @@ inline op find_not_cclass(out INT, in IN
goto NEXT();
}
-=back
-
###############################################################################
+=back
+
=head2 Function argument opcode
Implementations of function argument and params handling
@@ -421,6 +420,8 @@ op unless_null(in PMC, labelconst INT) {
###############################################################################
+=back
+
=head1 COPYRIGHT
Copyright (C) 2001-2004 The Perl Foundation. All rights reserved.
Modified: trunk/ops/math.ops
==============================================================================
--- trunk/ops/math.ops (original)
+++ trunk/ops/math.ops Mon Jul 25 11:38:40 2005
@@ -18,18 +18,12 @@ math.ops - Mathematical Operations
Operations that perform some sort of mathematics, including both basic
math and transcendental functions.
-###############################################################################
-
=head2 General infix operations
These operations take an infix operation number and PMC arguments.
=over 4
-########################################
-
-=cut
-
=item B<infix>(inconst INT, in PMC, in INT)
=item B<infix>(inconst INT, in PMC, in NUM)
@@ -286,8 +280,6 @@ inline op cmod(out INT, in INT, in INT)
goto NEXT();
}
-=cut
-
########################################
=item B<cmod>(out NUM, in NUM, in NUM)
@@ -388,8 +380,6 @@ inline op div(out NUM, in NUM, in NUM) :
goto NEXT();
}
-=back
-
=item B<fdiv>(inout INT, in INT)
=item B<fdiv>(inout NUM, in NUM)
Modified: trunk/ops/pmc.ops
==============================================================================
--- trunk/ops/pmc.ops (original)
+++ trunk/ops/pmc.ops Mon Jul 25 11:38:40 2005
@@ -322,8 +322,6 @@ inline op delete(in PMC, in INTKEY) {
goto NEXT();
}
-=cut
-
########################################
=item B<elements>(out INT, in PMC)
@@ -636,6 +634,8 @@ inline op mmdvtfind(out PMC, in INT, in
=back
+=cut
+
###############################################################################
=head2 Misc PMC related ops