develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r34925 - trunk/compilers/pirc/src

From:
kjs
Date:
January 4, 2009 08:08
Subject:
[svn:parrot] r34925 - trunk/compilers/pirc/src
Message ID:
20090104160756.41D09CB9F9@x12.develooper.com
Author: kjs
Date: Sun Jan  4 08:07:55 2009
New Revision: 34925

Modified:
   trunk/compilers/pirc/src/pirop.c

Log:
[pirc] fix POD.

Modified: trunk/compilers/pirc/src/pirop.c
==============================================================================
--- trunk/compilers/pirc/src/pirop.c	(original)
+++ trunk/compilers/pirc/src/pirop.c	Sun Jan  4 08:07:55 2009
@@ -9,6 +9,17 @@
 #include "pirop.h"
 #include "pirerr.h"
 
+/*
+
+=head1 DESCRIPTION
+
+=head1 FUNCTIONS
+
+=over 4
+
+=cut
+
+*/
 
 /* the order of these letters match with the pir_type enumeration.
  * These are used for generating the full opname (set I0, 10 -> set_i_ic).
@@ -275,6 +286,13 @@
 
 }
 
+/*
+
+=back
+
+=cut
+
+*/
 
 /*
  * Local variables:



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About