cvsuser     04/07/27 19:15:12

  Modified:    src      objects.c
  Log:
  Add a missing =cut to API documentation.
  
  Revision  Changes    Path
  1.113     +3 -1      parrot/src/objects.c
  
  Index: objects.c
  ===================================================================
  RCS file: /cvs/public/parrot/src/objects.c,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -w -r1.112 -r1.113
  --- objects.c 23 Jul 2004 16:25:50 -0000      1.112
  +++ objects.c 28 Jul 2004 02:15:12 -0000      1.113
  @@ -1,6 +1,6 @@
   /*
   Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -$Id: objects.c,v 1.112 2004/07/23 16:25:50 leo Exp $
  +$Id: objects.c,v 1.113 2004/07/28 02:15:12 chromatic Exp $
   
   =head1 NAME
   
  @@ -173,6 +173,8 @@
   attribute (deleg_pmc) or to an overridden method (delegate), depending
   on the existance of the method for this class.
   
  +=cut
  +
   */
   
   static void
  
  
  

Reply via email to