Author: moritz
Date: Sat Dec 6 05:00:56 2008
New Revision: 33555
Modified:
trunk/compilers/pirc/macro/macro.l
trunk/compilers/pirc/macro/macrolexer.c
trunk/compilers/pirc/src/pirout.c
trunk/languages/APL/src/pmc/aplvector.pmc
trunk/src/encodings/utf8.c
trunk/src/extend.c
trunk/src/io/buffer.c
trunk/src/parrot_debugger.c
trunk/src/pmc/capture.pmc
trunk/src/pmc/eventhandler.pmc
trunk/src/pmc/fixedpmcarray.pmc
trunk/src/pmc/pmcproxy.pmc
trunk/src/sub.c
Log:
add '=cut' lines to some POD documents. Closes trac #19, jimmy++
Modified: trunk/compilers/pirc/macro/macro.l
==============================================================================
--- trunk/compilers/pirc/macro/macro.l (original)
+++ trunk/compilers/pirc/macro/macro.l Sat Dec 6 05:00:56 2008
@@ -635,6 +635,7 @@
XXX It might be worthwhile to enter the PIR directives as rules; this saves a
lot
of checking; these rules should just return TK_ANY.
+=cut
*/
PARROT_PURE_FUNCTION
Modified: trunk/compilers/pirc/macro/macrolexer.c
==============================================================================
--- trunk/compilers/pirc/macro/macrolexer.c (original)
+++ trunk/compilers/pirc/macro/macrolexer.c Sat Dec 6 05:00:56 2008
@@ -3528,6 +3528,7 @@
XXX It might be worthwhile to enter the PIR directives as rules; this saves a
lot
of checking; these rules should just return TK_ANY.
+=cut
*/
PARROT_PURE_FUNCTION
Modified: trunk/compilers/pirc/src/pirout.c
==============================================================================
--- trunk/compilers/pirc/src/pirout.c (original)
+++ trunk/compilers/pirc/src/pirout.c Sat Dec 6 05:00:56 2008
@@ -68,10 +68,10 @@
RT#48260: Not yet documented!!!
-=cut
-
=back
+=cut
+
*/
static void
Modified: trunk/languages/APL/src/pmc/aplvector.pmc
==============================================================================
--- trunk/languages/APL/src/pmc/aplvector.pmc (original)
+++ trunk/languages/APL/src/pmc/aplvector.pmc Sat Dec 6 05:00:56 2008
@@ -19,6 +19,8 @@
=item INTVAL size_of_shape(INTERP, PMC)
+=cut
+
*/
#include "parrot/parrot.h"
Modified: trunk/src/encodings/utf8.c
==============================================================================
--- trunk/src/encodings/utf8.c (original)
+++ trunk/src/encodings/utf8.c Sat Dec 6 05:00:56 2008
@@ -378,6 +378,8 @@
The UTF-8 implementation of the string iterator's C<get_and_advance>
function.
+=cut
+
*/
static UINTVAL
Modified: trunk/src/extend.c
==============================================================================
--- trunk/src/extend.c (original)
+++ trunk/src/extend.c Sat Dec 6 05:00:56 2008
@@ -1162,6 +1162,8 @@
Set the value of an S register.
+=cut
+
*/
PARROT_EXPORT
Modified: trunk/src/io/buffer.c
==============================================================================
--- trunk/src/io/buffer.c (original)
+++ trunk/src/io/buffer.c Sat Dec 6 05:00:56 2008
@@ -703,6 +703,8 @@
support the Strings PDD, but is left as-is for now, for a smooth transition to
the new architecture.
+=cut
+
*/
static INTVAL
Modified: trunk/src/parrot_debugger.c
==============================================================================
--- trunk/src/parrot_debugger.c (original)
+++ trunk/src/parrot_debugger.c Sat Dec 6 05:00:56 2008
@@ -244,6 +244,8 @@
Adds a default exception handler to PDB.
+=cut
+
*/
static void
Modified: trunk/src/pmc/capture.pmc
==============================================================================
--- trunk/src/pmc/capture.pmc (original)
+++ trunk/src/pmc/capture.pmc Sat Dec 6 05:00:56 2008
@@ -461,6 +461,8 @@
=over 4
+=cut
+
*/
METHOD list() {
Modified: trunk/src/pmc/eventhandler.pmc
==============================================================================
--- trunk/src/pmc/eventhandler.pmc (original)
+++ trunk/src/pmc/eventhandler.pmc Sat Dec 6 05:00:56 2008
@@ -153,6 +153,8 @@
Frees any memory held by this PMC.
+=cut
+
*/
VTABLE void destroy() {
Modified: trunk/src/pmc/fixedpmcarray.pmc
==============================================================================
--- trunk/src/pmc/fixedpmcarray.pmc (original)
+++ trunk/src/pmc/fixedpmcarray.pmc Sat Dec 6 05:00:56 2008
@@ -709,6 +709,8 @@
This throws an exception if any of the spliced in values are out of the range
of this array.
+=cut
+
*/
void splice(PMC *value, INTVAL offset, INTVAL count) {
Modified: trunk/src/pmc/pmcproxy.pmc
==============================================================================
--- trunk/src/pmc/pmcproxy.pmc (original)
+++ trunk/src/pmc/pmcproxy.pmc Sat Dec 6 05:00:56 2008
@@ -47,6 +47,8 @@
NOTE: No doubt we will need other things later; this is a start.
+=cut
+
*/
#include "parrot/parrot.h"
Modified: trunk/src/sub.c
==============================================================================
--- trunk/src/sub.c (original)
+++ trunk/src/sub.c Sat Dec 6 05:00:56 2008
@@ -634,6 +634,8 @@
Verifies that the provided continuation is sane.
+=cut
+
*/
void
@@ -661,6 +663,8 @@
Restores the appropriate context for the continuation.
+=cut
+
*/
void