[svn:parrot] r41990 - trunk/src/call

bacek at svn.parrot.org bacek at svn.parrot.org
Wed Oct 21 20:20:57 UTC 2009


Author: bacek
Date: Wed Oct 21 20:20:56 2009
New Revision: 41990
URL: https://trac.parrot.org/parrot/changeset/41990

Log:
[codetest] Fix POD syntax

Modified:
   trunk/src/call/context.c
   trunk/src/call/context_accessors.c

Modified: trunk/src/call/context.c
==============================================================================
--- trunk/src/call/context.c	Wed Oct 21 20:20:35 2009	(r41989)
+++ trunk/src/call/context.c	Wed Oct 21 20:20:56 2009	(r41990)
@@ -99,6 +99,10 @@
 
 /*
 
+=head2 Context API Functions
+
+=over 4
+
 =item C<PMC* Parrot_pcc_get_sub(PARROT_INTERP, PMC *ctx)>
 
 Get Sub executed inside Context.

Modified: trunk/src/call/context_accessors.c
==============================================================================
--- trunk/src/call/context_accessors.c	Wed Oct 21 20:20:35 2009	(r41989)
+++ trunk/src/call/context_accessors.c	Wed Oct 21 20:20:56 2009	(r41990)
@@ -41,10 +41,6 @@
 
 =over 4
 
-*/
-
-/*
-
 =item C<Parrot_Context* Parrot_pcc_get_context_struct(PARROT_INTERP, PMC *ctx)>
 
 Fetch Parrot_Context from Context PMC.


More information about the parrot-commits mailing list