[svn:parrot] r48046 - branches/html_cleanup/src/dynpmc

darbelo at svn.parrot.org darbelo at svn.parrot.org
Thu Jul 8 00:54:53 UTC 2010


Author: darbelo
Date: Thu Jul  8 00:54:53 2010
New Revision: 48046
URL: https://trac.parrot.org/parrot/changeset/48046

Log:
PODify the comments in the subproxy dynpmc source code.

Modified:
   branches/html_cleanup/src/dynpmc/subproxy.pmc

Modified: branches/html_cleanup/src/dynpmc/subproxy.pmc
==============================================================================
--- branches/html_cleanup/src/dynpmc/subproxy.pmc	Thu Jul  8 00:45:16 2010	(r48045)
+++ branches/html_cleanup/src/dynpmc/subproxy.pmc	Thu Jul  8 00:54:53 2010	(r48046)
@@ -1,18 +1,20 @@
 /*
- * $Id$
- * Copyright (C) 2003-2009, Parrot Foundation.
- */
+Copyright (C) 2003-2009, Parrot Foundation.
+$Id$
 
-/*
- * Sample SubProxy class
- *
- * s. src/dynpmc/main.pasm for usage
- */
+=head1 NAME
 
-/*
- * the real class enum is created at load time
- */
-#define enum_class_SubProxy -1
+src/dynpmc/subproxy.pmc
+
+=head1 DESCRIPTION
+
+Sample SubProxy class
+
+see src/dynpmc/main.pasm for usage
+
+=cut
+
+*/
 
 pmclass SubProxy dynpmc extends Sub auto_attrs {
 


More information about the parrot-commits mailing list