Author: kjs Date: Mon Jan 19 10:40:52 2009 New Revision: 35770 Modified: trunk/compilers/pirc/src/main.c
Log: [pirc] add function doc. Modified: trunk/compilers/pirc/src/main.c ============================================================================== --- trunk/compilers/pirc/src/main.c (original) +++ trunk/compilers/pirc/src/main.c Mon Jan 19 10:40:52 2009 @@ -136,7 +136,17 @@ } +/* + +=item C<static void +runcode(PARROT_INTERP, int argc, char *argv[])> + +This function runs the code in the interpreter's (in C<PARROT_INTERP>) +code segment. +=cut + +*/ static void runcode(PARROT_INTERP, int argc, char *argv[]) {