cvsuser 04/04/09 17:42:31
Modified: src objects.c Log: Clean up internal POD (don't leak C code in docs). Revision Changes Path 1.81 +7 -1 parrot/src/objects.c Index: objects.c =================================================================== RCS file: /cvs/public/parrot/src/objects.c,v retrieving revision 1.80 retrieving revision 1.81 diff -u -w -r1.80 -r1.81 --- objects.c 9 Apr 2004 20:32:43 -0000 1.80 +++ objects.c 10 Apr 2004 00:42:31 -0000 1.81 @@ -1,6 +1,6 @@ /* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved. -$Id: objects.c,v 1.80 2004/04/09 20:32:43 dan Exp $ +$Id: objects.c,v 1.81 2004/04/10 00:42:31 chromatic Exp $ =head1 NAME @@ -1139,6 +1139,8 @@ Returns attribute with full qualified name C<attr> from C<object>. +=cut + */ PMC * @@ -1208,6 +1210,8 @@ Sets attribute with full qualified name C<attr> from C<object> to C<value>. +=cut + */ void @@ -1280,6 +1284,8 @@ classtoken is an identifier for the class used for fast lookup, or 0 if you don't have an identifier token. Which, as they're currently undefined, is pretty likely + +=cut */
