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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Nov 22 03:29:20 UTC 2009


Author: jkeenan
Date: Sun Nov 22 03:29:19 2009
New Revision: 42779
URL: https://trac.parrot.org/parrot/changeset/42779

Log:
Add content to Pod DESCRIPTION (or make sure that DESCRIPTION passes codingstd test).

Modified:
   trunk/src/call/args.c
   trunk/src/call/context.c
   trunk/src/call/context_accessors.c
   trunk/src/call/ops.c
   trunk/src/call/pcc.c

Modified: trunk/src/call/args.c
==============================================================================
--- trunk/src/call/args.c	Sun Nov 22 03:21:21 2009	(r42778)
+++ trunk/src/call/args.c	Sun Nov 22 03:29:19 2009	(r42779)
@@ -2,14 +2,16 @@
 Copyright (C) 2001-2009, Parrot Foundation.
 $Id$
 
-=head1 Arguments and Returns
+=head1 NAME
 
-=head1 Description
+src/call/args.c
 
-Functions in this file handle argument/return value passing to and from
-subroutines following the Parrot Calling Conventions.
+=head1 DESCRIPTION
 
-=head2 Functions
+B<Arguments and Returns>: Functions in this file handle argument/return value
+passing to and from subroutines following the Parrot Calling Conventions.
+
+=head1 FUNCTIONS
 
 =over 4
 

Modified: trunk/src/call/context.c
==============================================================================
--- trunk/src/call/context.c	Sun Nov 22 03:21:21 2009	(r42778)
+++ trunk/src/call/context.c	Sun Nov 22 03:29:19 2009	(r42779)
@@ -4,10 +4,12 @@
 
 =head1 NAME
 
-src/context.c - Parrot_Context functions.
+src/context.c
 
 =head1 DESCRIPTION
 
+Parrot_Context functions.
+
 =cut
 
 */

Modified: trunk/src/call/context_accessors.c
==============================================================================
--- trunk/src/call/context_accessors.c	Sun Nov 22 03:21:21 2009	(r42778)
+++ trunk/src/call/context_accessors.c	Sun Nov 22 03:29:19 2009	(r42779)
@@ -4,10 +4,12 @@
 
 =head1 NAME
 
-src/context.c - Parrot_Context functions.
+src/context.c
 
 =head1 DESCRIPTION
 
+Parrot_Context functions.
+
 =cut
 
 */
@@ -119,7 +121,7 @@
 
 =item C<UINTVAL Parrot_pcc_inc_recursion_depth_func(PARROT_INTERP, PMC *ctx)>
 
-Increase recurtion depth. Returns previous recursion_depth value.
+Increase recursion depth. Returns previous recursion_depth value.
 
 =cut
 
@@ -138,7 +140,7 @@
 
 =item C<UINTVAL Parrot_pcc_dec_recursion_depth_func(PARROT_INTERP, PMC *ctx)>
 
-Decrease recurtion depth. Returns new recursion_depth value.
+Decrease recursion depth. Returns new recursion_depth value.
 
 =cut
 

Modified: trunk/src/call/ops.c
==============================================================================
--- trunk/src/call/ops.c	Sun Nov 22 03:21:21 2009	(r42778)
+++ trunk/src/call/ops.c	Sun Nov 22 03:29:19 2009	(r42779)
@@ -2,13 +2,15 @@
 Copyright (C) 2001-2009, Parrot Foundation.
 $Id$
 
-=head1 Calling Ops
+=head1 NAME
 
-=head1 Description
+src/call/ops.c
 
-Various functions that call the run loop.
+=head1 DESCRIPTION
 
-=head2 Functions
+B<Calling Ops>:  Various functions that call the run loop.
+
+=head1 FUNCTIONS
 
 =over 4
 

Modified: trunk/src/call/pcc.c
==============================================================================
--- trunk/src/call/pcc.c	Sun Nov 22 03:21:21 2009	(r42778)
+++ trunk/src/call/pcc.c	Sun Nov 22 03:29:19 2009	(r42779)
@@ -2,14 +2,16 @@
 Copyright (C) 2001-2009, Parrot Foundation.
 $Id$
 
-=head1 Parrot Calling Conventions
+=head1 NAME
 
-=head1 Description
+src/call/pcc.c
 
-Functions in this file handle argument/return value passing to and from
-subroutines.
+=head1 DESCRIPTION
 
-=head2 Functions
+B<Parrot Calling Conventions>:  Functions in this file handle argument/return
+value passing to and from subroutines.
+
+=head1 FUNCTIONS
 
 =over 4
 


More information about the parrot-commits mailing list